diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-08-15 21:29:26 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-08-15 21:29:26 -0400 |
| commit | b6431a3e20eeca516e3425565fdd5c63a0d44e05 (patch) | |
| tree | e8e8e64e5b0645c93e4c6d5fff2340318eda67eb /aleebot.js | |
| parent | 26ad7d3b0ea1ea573ee9e4a1c421a5e0cfeaae44 (diff) | |
| download | AleeBot-b6431a3e20eeca516e3425565fdd5c63a0d44e05.tar.gz AleeBot-b6431a3e20eeca516e3425565fdd5c63a0d44e05.tar.bz2 AleeBot-b6431a3e20eeca516e3425565fdd5c63a0d44e05.zip | |
Feature is broken :/
Diffstat (limited to 'aleebot.js')
| -rw-r--r-- | aleebot.js | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -107,8 +107,9 @@ client.on("message", function(message){ .setColor("#7af442") message.channel.sendEmbed(embed); - } else { - message.channel.send ('```Commands for AleeBot '+ abversion +'\n\n' + + } /* This feature is broken + else if { + message.channel.send ("```Commands for AleeBot "+ abversion +".\nYou are using this view because this bot doesn't have permission to send embed link.\n\n" + ''+prefix+'avatarurl\n' + ''+prefix+'git\n' + ''+prefix+'ping\n' + @@ -123,7 +124,7 @@ client.on("message", function(message){ ''+prefix+'ask\n' + ''+prefix+'ship\n\n' + "Copyright "+ year +". Created by Alee14\n```"); - } + } */ if(command === 'avatarurl'){ |
