aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = {