summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-28 22:37:47 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-28 22:37:47 -0400
commitab94eb9aa29972ae8af342a2e1d5785fdee53a56 (patch)
treead73e536e56b8ebf99100b64e259e9a2d12362de
parent729befc98799e7779a62498a36eaf49de9b9d685 (diff)
downloadAleeBot-ab94eb9aa29972ae8af342a2e1d5785fdee53a56.tar.gz
AleeBot-ab94eb9aa29972ae8af342a2e1d5785fdee53a56.tar.bz2
AleeBot-ab94eb9aa29972ae8af342a2e1d5785fdee53a56.zip
hint hint
-rw-r--r--aleebot.js8
1 files changed, 2 insertions, 6 deletions
diff --git a/aleebot.js b/aleebot.js
index 1784d8c..f66482b 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -152,7 +152,8 @@ client.on("message", function(message){
'ab:suggest You suggest things (working progress)\n\n' +
"The version that AleeBot's running is " + ver + "!\n" +
'Coming soon this command is going to have a rewrite!!!```');
- }
+ //Hint hint the new help system will have embed
+ }
if(message.content === prefix + 'profile'){
message.reply(message.author.avatarURL);
@@ -175,11 +176,6 @@ client.on("message", function(message){
message.reply('Sorry this feature is still being worked on :(');
}
- if(message.content === prefix + 'totallynotasecreteggwinkwink')
- message.channel.send({embed: {
- color: 3447003,
- description: "Hint hint the new help system will have embed"
-}});
});