fix/admin gamertag link overwrite

This commit is contained in:
SowinskiBraeden committed 2023-09-03 17:05:49 -07:00
1 parent 965a355edb
commit a8f99d0fc8
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -447,7 +447,7 @@ module.exports = {
let connectedEmbed = new EmbedBuilder()
.setColor(client.config.Colors.Default)
.setDescription(`Successfully connected \` ${playerStat.gamertag} \` as <@${interaction.customId.split('-')[2]}>'s gamertag.`);
.setDescription(`Successfully connected \` ${playerStat.gamertag} \` as <@${interaction.customId.split('-')[3]}>'s gamertag.`);
return interaction.update({ embeds: [connectedEmbed], components: [] });