diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-12 23:47:20 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-12 23:47:20 -0400 |
| commit | aed76662ff3f0a6e7e6a4e963edb9b0967b0c716 (patch) | |
| tree | cc2aa2cffea142095bb5f775814f1766594d625b | |
| parent | 20959b0c986c63f59be2141ad8bba8fdbe04d423 (diff) | |
| download | AleeBot-aed76662ff3f0a6e7e6a4e963edb9b0967b0c716.tar.gz AleeBot-aed76662ff3f0a6e7e6a4e963edb9b0967b0c716.tar.bz2 AleeBot-aed76662ff3f0a6e7e6a4e963edb9b0967b0c716.zip | |
Updated ab:help
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ client.on("message", function(message){ '**'+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 "+ year +". The version that AleeBot's running is " + abversion + "!") + .setFooter("AleeBot Copyright "+ year +". The version that AleeBot's running is " + abversion + "!", "https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048") .setColor("#7af442") message.channel.sendEmbed(embed); |
