diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-29 15:48:10 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-29 15:48:10 -0400 |
| commit | e6381c1be0262e71c00ec70918b589bb85cecf45 (patch) | |
| tree | 82317b9f7a6849abb34b0ab66f119aa4385a1ac1 | |
| parent | 26cd25c5da86c63cff8e160722c5f0bbc9b2782e (diff) | |
| download | AleeBot-e6381c1be0262e71c00ec70918b589bb85cecf45.tar.gz AleeBot-e6381c1be0262e71c00ec70918b589bb85cecf45.tar.bz2 AleeBot-e6381c1be0262e71c00ec70918b589bb85cecf45.zip | |
Testing
| -rw-r--r-- | aleebot.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ const Discord = require('discord.js'); const client = new Discord.Client(); const config = require('./abtoken.json'); -var prefix = "ab:"; +var prefix = "a:"; var ver = "1.0.6"; var logsChannel = "318874545593384970"; @@ -150,7 +150,7 @@ client.on("message", function(message){ '**'+prefix+'git** Shows the repo of AleeBot\n' + "**"+prefix+"ping** Type this command and you'll see ;)\n" + '**'+prefix+'owner** Shows who made this bot\n' + - '**'+prefix+'suggest** You suggest things (working progress)\n\n' + + '**'+prefix+'suggest** You suggest things (working progress)\n\n' + "**The version that AleeBot's running is " + ver + "!**", true) .setColor(0x00FFFF) message.channel.sendEmbed(embed); |
