From eba5cb75ac74c8eb9a9ed7c1137faf570b4cec07 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 24 Aug 2017 20:14:25 -0400 Subject: New server invite link --- commands/serverinvite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/serverinvite.js') 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 = { -- cgit v1.2.3