From 878fefb4c4e1f12b804ae5c0def433fa873f4c8b Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sun, 26 Mar 2017 14:51:13 -0400 Subject: Getting Started!!!! --- bot.js | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3