diff --git a/src/commands/CommandHandler.js b/src/commands/CommandHandler.js index d810198..8a60eeb 100644 --- a/src/commands/CommandHandler.js +++ b/src/commands/CommandHandler.js @@ -225,9 +225,9 @@ class CommandHandler { .setStyle(ButtonStyle.Link) .setURL(this.playerService.getProfileUrl(username)), new ButtonBuilder() - .setLabel('🟡 View Stats') + .setLabel('🟡 Join Main Discord') .setStyle(ButtonStyle.Link) - .setURL(this.playerService.getStatsUrl(username)) + .setURL('https://discord.gg/j3DKVATPGQ') ); } }