aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
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