typo
This commit is contained in:
@@ -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]});
|
||||
|
||||
Reference in New Issue
Block a user