aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-08-24 20:16:08 -0400
committerUnknown <Alee14498@gmail.com>2017-08-24 20:16:08 -0400
commit8c823de8124ea528287c12d60fdcfdf33aaa0d16 (patch)
tree740005d37ceb8b99bb8734a3300fe2e8d75e3103
parent6bd8347114e9eea237e09c17d912d71bbac0dc5f (diff)
parenteba5cb75ac74c8eb9a9ed7c1137faf570b4cec07 (diff)
downloadAleeBot-8c823de8124ea528287c12d60fdcfdf33aaa0d16.tar.gz
AleeBot-8c823de8124ea528287c12d60fdcfdf33aaa0d16.tar.bz2
AleeBot-8c823de8124ea528287c12d60fdcfdf33aaa0d16.zip
Merge branch 'beta'
-rw-r--r--aleebot.js2
-rw-r--r--commands/serverinvite.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/aleebot.js b/aleebot.js
index af5990e..7ae2248 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -1,6 +1,6 @@
/****************************************
*
- * AleeBot 1.1.1 for AleeArmy Community and other servers
+ * AleeBot for AleeArmy Community and other servers
* Copyright (C) 2017 AleeCorp
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
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 = {