diff options
| author | Unknown <Alee14498@gmail.com> | 2017-08-04 20:35:26 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-08-04 20:35:26 -0400 |
| commit | 5c123dd84260ebad07b48dbd0fcdfbfb3a07f3a2 (patch) | |
| tree | f46cf2227e37633272871e044625d2a3652cc5cd | |
| parent | 70be65f03a4528bddb330535846e207c4fba8a2d (diff) | |
| download | AleeBot-5c123dd84260ebad07b48dbd0fcdfbfb3a07f3a2.tar.gz AleeBot-5c123dd84260ebad07b48dbd0fcdfbfb3a07f3a2.tar.bz2 AleeBot-5c123dd84260ebad07b48dbd0fcdfbfb3a07f3a2.zip | |
Updating ab:help
| -rw-r--r-- | aleebot.js | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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); |
