diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-28 22:37:47 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-28 22:37:47 -0400 |
| commit | ab94eb9aa29972ae8af342a2e1d5785fdee53a56 (patch) | |
| tree | ad73e536e56b8ebf99100b64e259e9a2d12362de | |
| parent | 729befc98799e7779a62498a36eaf49de9b9d685 (diff) | |
| download | AleeBot-ab94eb9aa29972ae8af342a2e1d5785fdee53a56.tar.gz AleeBot-ab94eb9aa29972ae8af342a2e1d5785fdee53a56.tar.bz2 AleeBot-ab94eb9aa29972ae8af342a2e1d5785fdee53a56.zip | |
hint hint
| -rw-r--r-- | aleebot.js | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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" -}}); }); |
