aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-08-14 18:17:47 -0400
committerUnknown <Alee14498@gmail.com>2017-08-14 18:17:47 -0400
commitf111e4bf6c2714d3dcf3ab321c60916d30ab0c17 (patch)
treed10eb107e20fb75a6ce7de447171592b0d03c2e3 /aleebot.js
parentccf41e11215a1979ae2346cb87aebfde248c4fd9 (diff)
downloadAleeBot-f111e4bf6c2714d3dcf3ab321c60916d30ab0c17.tar.gz
AleeBot-f111e4bf6c2714d3dcf3ab321c60916d30ab0c17.tar.bz2
AleeBot-f111e4bf6c2714d3dcf3ab321c60916d30ab0c17.zip
Fixesv1.0.8
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 0b1bedc..01c72a2 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -95,7 +95,7 @@ client.on("message", function(message){
if (command === 'help'){
var embed = new Discord.RichEmbed()
- .setTitle(`Commands for AleeBot ` + abversion + `and running on ${client.guilds.size}`)
+ .setTitle(`Commands for AleeBot ` + abversion + ` and running on ${client.guilds.size} servers.`)
.setDescription('Every command you put in this bot must start with '+ prefix)
.addField('Fun Stuff:', 'attack\nask\nship',true)
.addField('Info:', 'userinfo\nserverinfo',true)