diff options
| author | Unknown <Alee14498@gmail.com> | 2017-08-24 20:14:25 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-08-24 20:14:25 -0400 |
| commit | eba5cb75ac74c8eb9a9ed7c1137faf570b4cec07 (patch) | |
| tree | 740005d37ceb8b99bb8734a3300fe2e8d75e3103 /commands | |
| parent | 138a231fd2b65e73d88a51f8eb0320d9fa738b2b (diff) | |
| download | AleeBot-eba5cb75ac74c8eb9a9ed7c1137faf570b4cec07.tar.gz AleeBot-eba5cb75ac74c8eb9a9ed7c1137faf570b4cec07.tar.bz2 AleeBot-eba5cb75ac74c8eb9a9ed7c1137faf570b4cec07.zip | |
New server invite link
Diffstat (limited to 'commands')
| -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 = { |
