aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2017-03-26 20:33:01 -0400
committerAlee14 <alee14498@gmail.com>2017-03-26 20:33:01 -0400
commit3b5844a531b7a74ff28c4b3b9180e2ef61c3b211 (patch)
tree2d12f9f546c2f59ba54a5b147c14c654bf73446d
parent29433e2f7dbd0e4a73d3c78ffe1005b922fb5982 (diff)
downloadAleeBot-3b5844a531b7a74ff28c4b3b9180e2ef61c3b211.tar.gz
AleeBot-3b5844a531b7a74ff28c4b3b9180e2ef61c3b211.tar.bz2
AleeBot-3b5844a531b7a74ff28c4b3b9180e2ef61c3b211.zip
Adding new things!!
-rw-r--r--bot.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/bot.js b/bot.js
index e0dd736..44d4ee0 100644
--- a/bot.js
+++ b/bot.js
@@ -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);