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()
|
let connectedEmbed = new EmbedBuilder()
|
||||||
.setColor(client.config.Colors.Default)
|
.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: [] });
|
return interaction.update({ embeds: [connectedEmbed], components: [] });
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dayzr-bot",
|
"name": "dayzr-bot",
|
||||||
"version": "9.4.2",
|
"version": "9.4.3",
|
||||||
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
|
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"nodemonConfig": {
|
"nodemonConfig": {
|
||||||
|
|||||||
Reference in new issue
Block a user