fix/admin gamertag link overwrite
This commit is contained in:
2 files changed
+2
-2
No files matched your search
+1
-1
@@ -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: [] });
|
||||
|
||||
|
||||
Reference in new issue
Block a user