aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-13 22:10:26 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-13 22:10:26 -0400
commit7168263fd495e29f9c0f8e60af4d1c6c32790622 (patch)
treecf98d29c26ddb7c5efb3345d809373214e4e6645 /aleebot.js
parentd4ee98962fb307ee9a35287fefb6650d4c7e903c (diff)
downloadAleeBot-7168263fd495e29f9c0f8e60af4d1c6c32790622.tar.gz
AleeBot-7168263fd495e29f9c0f8e60af4d1c6c32790622.tar.bz2
AleeBot-7168263fd495e29f9c0f8e60af4d1c6c32790622.zip
Updates
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index 032783a..dff2fae 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -106,7 +106,7 @@ client.on("message", function(message){
if (command === 'help'){
var embed = new Discord.RichEmbed()
.setTitle('Commands for AleeBot ' + abversion )
- .setDescription('Every command you put in this bot must start with `ab:`')
+ .setDescription('Every command you put in this bot must start with'+ prefix +'.')
.addField('Fun Stuff:', 'attack\nask\nship',true)
.addField('Info:', 'userinfo\nserverinfo',true)
.addField('Link:', 'botinvite\nserverinvite\ngit',true)