From 5c123dd84260ebad07b48dbd0fcdfbfb3a07f3a2 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 4 Aug 2017 20:35:26 -0400 Subject: Updating ab:help --- aleebot.js | 10 +++++----- 1 file 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); -- cgit v1.2.3