aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-08-17 22:17:30 -0400
committerUnknown <Alee14498@gmail.com>2017-08-17 22:17:30 -0400
commit6e25329f2181823d331dcdbd3876b28115272c9a (patch)
tree2745538bf3eb48e981dc96aa17cb14a0b596b1ca /commands
parentfca2d2d4f0630d68bc8ff34800dd7208525511d4 (diff)
parent9260fbc3029c45c937564a4760028c403e8d838a (diff)
downloadAleeBot-6e25329f2181823d331dcdbd3876b28115272c9a.tar.gz
AleeBot-6e25329f2181823d331dcdbd3876b28115272c9a.tar.bz2
AleeBot-6e25329f2181823d331dcdbd3876b28115272c9a.zip
Merge branch 'beta'
Diffstat (limited to 'commands')
-rw-r--r--commands/help.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/help.js b/commands/help.js
index 11c8073..b7da131 100644
--- a/commands/help.js
+++ b/commands/help.js
@@ -6,6 +6,7 @@ exports.run = (client, message, args, config) => {
var embed = new Discord.RichEmbed()
.setTitle(`Commands for AleeBot ` + config.abversion + ` and running on ${client.guilds.size} servers.`)
.setDescription('Every command you put in this bot must start with `ab:`')
+ .setThumbnail("https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048")
.addField('Fun Stuff:', 'attack\nask\nship',true)
.addField('Info:', 'userinfo\nserverinfo',true)
.addField('Link:', 'botinvite\nserverinvite\ngit',true)