diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-30 21:48:02 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-30 21:48:02 -0400 |
| commit | c0c2abdf298ad1b864139bd9489395ce005a8367 (patch) | |
| tree | 2c0676a6df983a72318b641a28a58782cfcf263b | |
| parent | 9efd74d10b4354d4023a7fa2231dcb64a84f8620 (diff) | |
| download | AleeBot-c0c2abdf298ad1b864139bd9489395ce005a8367.tar.gz AleeBot-c0c2abdf298ad1b864139bd9489395ce005a8367.tar.bz2 AleeBot-c0c2abdf298ad1b864139bd9489395ce005a8367.zip | |
Changing Versions
| -rw-r--r-- | aleebot.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |
