aboutsummaryrefslogtreecommitdiff
path: root/aleebot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-08-15 21:29:26 -0400
committerAlee14 <Alee14498@gmail.com>2017-08-15 21:29:26 -0400
commitb6431a3e20eeca516e3425565fdd5c63a0d44e05 (patch)
treee8e8e64e5b0645c93e4c6d5fff2340318eda67eb /aleebot.js
parent26ad7d3b0ea1ea573ee9e4a1c421a5e0cfeaae44 (diff)
downloadAleeBot-b6431a3e20eeca516e3425565fdd5c63a0d44e05.tar.gz
AleeBot-b6431a3e20eeca516e3425565fdd5c63a0d44e05.tar.bz2
AleeBot-b6431a3e20eeca516e3425565fdd5c63a0d44e05.zip
Feature is broken :/
Diffstat (limited to 'aleebot.js')
-rw-r--r--aleebot.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/aleebot.js b/aleebot.js
index 4ca743a..cf5e3bf 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -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'){