diff options
| author | Alee14 <alee14498@gmail.com> | 2017-03-26 14:51:13 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2017-03-26 14:51:13 -0400 |
| commit | 878fefb4c4e1f12b804ae5c0def433fa873f4c8b (patch) | |
| tree | 019d8e13885bcad3acd14a730e7afe67c788b9f8 /bot.js | |
| parent | d65c5bc4af5aaedd221e3f746edb961c4d37d979 (diff) | |
| download | AleeBot-878fefb4c4e1f12b804ae5c0def433fa873f4c8b.tar.gz AleeBot-878fefb4c4e1f12b804ae5c0def433fa873f4c8b.tar.bz2 AleeBot-878fefb4c4e1f12b804ae5c0def433fa873f4c8b.zip | |
Getting Started!!!!
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +client.on('message', message => { + if(message.content === 'aleebot:profile'){ + message.reply(message.author.avatarURL); + } + + }); +
\ No newline at end of file |
