aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-13 01:54:12 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-13 01:54:12 -0400
commitc219a0f95f240faf8e0231f4dcb6629ac1b1acd4 (patch)
treee806a1f21039782048eed2704609c28d3e0adea9 /aleebot.js
parentacc29d545bde55e90ced7254ad1a03edf8d78ead (diff)
downloadAleeBot-c219a0f95f240faf8e0231f4dcb6629ac1b1acd4.tar.gz
AleeBot-c219a0f95f240faf8e0231f4dcb6629ac1b1acd4.tar.bz2
AleeBot-c219a0f95f240faf8e0231f4dcb6629ac1b1acd4.zip
Updating ab:help
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index f87f9a6..d4deedb 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -89,13 +89,14 @@ 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:`')
.addField('Fun Stuff:', 'attack\nask\nship')
.addField('Info:', 'userinfo\nserverinfo')
.addField('Link:', 'botinvite\nserverinvite\ngit')
.addField('Owner Only:', 'say\neval')
.addField('Monitor:', 'ping\nuptime')
.addField('Etc:', 'avatarurl\nowner\nsuggest')
- .setFooter("AleeBot Copyright "+ year +". Created By Alee14", "https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048")
+ .setFooter("AleeBot "+ abversion +". Created By Alee14", "https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048")
.setColor("#7af442")
message.channel.sendEmbed(embed);