aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-28 22:33:58 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-28 22:33:58 -0400
commit729befc98799e7779a62498a36eaf49de9b9d685 (patch)
treeecd16445aaaf963e22f19d0c08dab368609ed527
parentcc35e0f884681948d9ab04bc65ea33becd393178 (diff)
downloadAleeBot-729befc98799e7779a62498a36eaf49de9b9d685.tar.gz
AleeBot-729befc98799e7779a62498a36eaf49de9b9d685.tar.bz2
AleeBot-729befc98799e7779a62498a36eaf49de9b9d685.zip
Just normal updates
-rw-r--r--aleebot.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/aleebot.js b/aleebot.js
index 80d00cf..1784d8c 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -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"
}});
});