This commit is contained in:
2022-01-31 21:20:12 -06:00
parent c04cd2ef12
commit dc0cc6685d

View File

@@ -94,7 +94,7 @@ async function sendTeamsEmbed(interaction: CommandInteraction, teams: GuildMembe
teams.forEach((team, i) => {
team.map(m => m.user.tag);
embed.addField(`Title ${i+1}`, team.join('\n'))
embed.addField(`Team ${i+1}`, team.join('\n'))
});
interaction.reply({embeds: [embed]});