diff options
| author | Alee14 <alee14498@gmail.com> | 2017-03-26 20:33:01 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2017-03-26 20:33:01 -0400 |
| commit | 3b5844a531b7a74ff28c4b3b9180e2ef61c3b211 (patch) | |
| tree | 2d12f9f546c2f59ba54a5b147c14c654bf73446d /bot.js | |
| parent | 29433e2f7dbd0e4a73d3c78ffe1005b922fb5982 (diff) | |
| download | AleeBot-3b5844a531b7a74ff28c4b3b9180e2ef61c3b211.tar.gz AleeBot-3b5844a531b7a74ff28c4b3b9180e2ef61c3b211.tar.bz2 AleeBot-3b5844a531b7a74ff28c4b3b9180e2ef61c3b211.zip | |
Adding new things!!
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +const Discord = require('discord.js'); +const client = new Discord.Client(); +client.login ('') + client.on('message', message => { if(message.content === 'aleebot:profile'){ message.reply(message.author.avatarURL); |
