aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-30 21:48:02 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-30 21:48:02 -0400
commitc0c2abdf298ad1b864139bd9489395ce005a8367 (patch)
tree2c0676a6df983a72318b641a28a58782cfcf263b
parent9efd74d10b4354d4023a7fa2231dcb64a84f8620 (diff)
downloadAleeBot-c0c2abdf298ad1b864139bd9489395ce005a8367.tar.gz
AleeBot-c0c2abdf298ad1b864139bd9489395ce005a8367.tar.bz2
AleeBot-c0c2abdf298ad1b864139bd9489395ce005a8367.zip
Changing Versions
-rw-r--r--aleebot.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/aleebot.js b/aleebot.js
index 0fc2a4c..f61e88a 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -13,7 +13,7 @@ const client = new Discord.Client();
const config = require('./absettings.json');
const prefix = "ab:";
-var ver = "1.0.7";
+var ver = "1.0.8";
var logsChannel = "318874545593384970";
client.on('ready', () => {
@@ -160,7 +160,7 @@ client.on("message", function(message){
'**'+prefix+'suggest** You suggest things (working progress).\n' +
'**'+prefix+'userinfo** Tells you your info about you.\n' +
'**'+prefix+'botinvite** Lets you bring AleeBot to your server.\n' +
- '**'+prefix+'serverinvite** Invites you to the AleeArmy Server', true)
+ '**'+prefix+'serverinvite** Invites you to the AleeArmy Server.', true)
.setFooter("AleeBot Copyright 2017. The version that AleeBot's running is " + ver + "!")
.setColor(0x00FFFF)
message.channel.sendEmbed(embed);