diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-31 18:41:32 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-31 18:41:32 -0400 |
| commit | cc593bbe7710cbdaff05c055bc3c2bcda45d21d6 (patch) | |
| tree | 2d63691ba84e7a49d0b3c574e7462ff07f3f205f /aleebot.js | |
| parent | d45b3290f0a835bdedcc89091ce609df738e68b0 (diff) | |
| download | AleeBot-cc593bbe7710cbdaff05c055bc3c2bcda45d21d6.tar.gz AleeBot-cc593bbe7710cbdaff05c055bc3c2bcda45d21d6.tar.bz2 AleeBot-cc593bbe7710cbdaff05c055bc3c2bcda45d21d6.zip | |
Changing the variable from ver to abversion
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -13,12 +13,12 @@ const client = new Discord.Client(); const config = require('./absettings.json'); const prefix = "ab:"; -var ver = "1.0.8"; +var abversion = "1.0.8"; var logsChannel = "318874545593384970"; client.on('ready', () => { - console.log("[SUCCESS] AleeBot is now ready! Running version "+ ver +"!"); - client.user.setGame(`on ${client.guilds.size} servers`); + console.log("[SUCCESS] AleeBot is now ready! Running version "+ abversion +"!"); + client.user.setGame(`on ${client.guilds.size} servers and on version `+ abversion +``); }); //Only works for AleeAmry Community I need someone to work it for Public and it's disabled because it crashes AleeBot :( /*client.on("guildMemberAdd", function(member) { @@ -94,7 +94,7 @@ client.on("message", function(message){ '**'+prefix+'botinvite** Lets you bring AleeBot to your server.\n' + '**'+prefix+'serverinvite** Invites you to the AleeArmy Server.\n' + '**'+prefix+'mod** (For staff only) Displays the commands for moderation.\n', true) - .setFooter("AleeBot Copyright 2017. The version that AleeBot's running is " + ver + "!") + .setFooter("AleeBot Copyright 2017. The version that AleeBot's running is " + abversion + "!") .setColor("#7af442") message.channel.sendEmbed(embed); |
