aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2017-03-26 14:51:13 -0400
committerAlee14 <alee14498@gmail.com>2017-03-26 14:51:13 -0400
commit878fefb4c4e1f12b804ae5c0def433fa873f4c8b (patch)
tree019d8e13885bcad3acd14a730e7afe67c788b9f8 /bot.js
parentd65c5bc4af5aaedd221e3f746edb961c4d37d979 (diff)
downloadAleeBot-878fefb4c4e1f12b804ae5c0def433fa873f4c8b.tar.gz
AleeBot-878fefb4c4e1f12b804ae5c0def433fa873f4c8b.tar.bz2
AleeBot-878fefb4c4e1f12b804ae5c0def433fa873f4c8b.zip
Getting Started!!!!
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/bot.js b/bot.js
index e69de29..e0dd736 100644
--- a/bot.js
+++ b/bot.js
@@ -0,0 +1,7 @@
+client.on('message', message => {
+ if(message.content === 'aleebot:profile'){
+ message.reply(message.author.avatarURL);
+ }
+
+ });
+ \ No newline at end of file