From ab94eb9aa29972ae8af342a2e1d5785fdee53a56 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Fri, 28 Jul 2017 22:37:47 -0400 Subject: hint hint --- aleebot.js | 8 ++------ 1 file 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" -}}); }); -- cgit v1.2.3