diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-28 22:33:58 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-28 22:33:58 -0400 |
| commit | 729befc98799e7779a62498a36eaf49de9b9d685 (patch) | |
| tree | ecd16445aaaf963e22f19d0c08dab368609ed527 | |
| parent | cc35e0f884681948d9ab04bc65ea33becd393178 (diff) | |
| download | AleeBot-729befc98799e7779a62498a36eaf49de9b9d685.tar.gz AleeBot-729befc98799e7779a62498a36eaf49de9b9d685.tar.bz2 AleeBot-729befc98799e7779a62498a36eaf49de9b9d685.zip | |
Just normal updates
| -rw-r--r-- | aleebot.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -175,10 +175,10 @@ client.on("message", function(message){ message.reply('Sorry this feature is still being worked on :('); } - if(message.content === prefix + 'testembed') + if(message.content === prefix + 'totallynotasecreteggwinkwink') message.channel.send({embed: { color: 3447003, - description: "A very simple Embed!" + description: "Hint hint the new help system will have embed" }}); }); |
