summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-08-04 20:35:26 -0400
committerUnknown <Alee14498@gmail.com>2017-08-04 20:35:26 -0400
commit5c123dd84260ebad07b48dbd0fcdfbfb3a07f3a2 (patch)
treef46cf2227e37633272871e044625d2a3652cc5cd
parent70be65f03a4528bddb330535846e207c4fba8a2d (diff)
downloadAleeBot-5c123dd84260ebad07b48dbd0fcdfbfb3a07f3a2.tar.gz
AleeBot-5c123dd84260ebad07b48dbd0fcdfbfb3a07f3a2.tar.bz2
AleeBot-5c123dd84260ebad07b48dbd0fcdfbfb3a07f3a2.zip
Updating ab:help
-rw-r--r--aleebot.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/aleebot.js b/aleebot.js
index dd10999..6025d7b 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -91,11 +91,11 @@ client.on("message", function(message){
"**"+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' +
- '**'+prefix+'userinfo** Tells you your info about you.\n' +
- '**'+prefix+'botinvite** Lets you bring AleeBot to your server.\n' +
- '**'+prefix+'serverinvite** Invites you to the AleeArmy Server.\n' +
- '**'+prefix+'mod** (For staff only) Displays the commands for moderation.\n', true)
- .setFooter("AleeBot Copyright 2017. The version that AleeBot's running is " + abversion + "!")
+ '**'+prefix+'userinfo** Tells you your info about you.\n' +
+ '**'+prefix+'botinvite** Lets you bring AleeBot to your server.\n' +
+ '**'+prefix+'serverinvite** Invites you to the AleeArmy Server.\n' +
+ '**'+prefix+'mod** (For staff only) Displays the commands for moderation.\n', true)
+ .setFooter("AleeBot Copyright 2017. The version that AleeBot's running is " + abversion + "!")
.setColor("#7af442")
message.channel.sendEmbed(embed);