diff options
| -rw-r--r-- | commands/serverinvite.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/serverinvite.js b/commands/serverinvite.js index 0293821..72660b5 100644 --- a/commands/serverinvite.js +++ b/commands/serverinvite.js @@ -1,7 +1,7 @@ const Discord = require('discord.js'); exports.run = (client, message, args, config) => { message.reply(':arrow_left: Continue in DMs.'); - message.author.sendMessage("You want a invite to the AleeArmy server? Here's the link: https://discord.gg/JqgXrAJ"); + message.author.sendMessage("You want a invite to the AleeArmy server? Here's the link: https://discord.gg/97vUx56"); } exports.conf = { |
