aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-29 15:48:10 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-29 15:48:10 -0400
commite6381c1be0262e71c00ec70918b589bb85cecf45 (patch)
tree82317b9f7a6849abb34b0ab66f119aa4385a1ac1
parent26cd25c5da86c63cff8e160722c5f0bbc9b2782e (diff)
downloadAleeBot-e6381c1be0262e71c00ec70918b589bb85cecf45.tar.gz
AleeBot-e6381c1be0262e71c00ec70918b589bb85cecf45.tar.bz2
AleeBot-e6381c1be0262e71c00ec70918b589bb85cecf45.zip
Testing
-rw-r--r--aleebot.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/aleebot.js b/aleebot.js
index 076a7e4..6c51745 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -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);