aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-07-29 00:42:25 -0400
committerAlee14 <Alee14498@gmail.com>2017-07-29 00:42:25 -0400
commitd6f336c8b14c9e00854a5263e8993945db672a3f (patch)
tree36c7790231bf008181d794dedad4078d1eb7dab6
parent53a25438f138d2217851c6c8c06f9f161499e7d1 (diff)
downloadAleeBot-d6f336c8b14c9e00854a5263e8993945db672a3f.tar.gz
AleeBot-d6f336c8b14c9e00854a5263e8993945db672a3f.tar.bz2
AleeBot-d6f336c8b14c9e00854a5263e8993945db672a3f.zip
Changing the color
-rw-r--r--aleebot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/aleebot.js b/aleebot.js
index e894af9..ba6b08c 100644
--- a/aleebot.js
+++ b/aleebot.js
@@ -152,7 +152,7 @@ client.on("message", function(message){
'**ab:owner** Shows who made this bot\n' +
'**ab:suggest** You suggest things (working progress)\n\n' +
"**The version that AleeBot's running is " + ver + "!**", true)
- .setColor(0x00FFFF)
+ .setColor(03208d)
message.channel.sendEmbed(embed);
}