From 7d9ed5aee6fc3d5a3ae9968f5dcd295d9f5b85f7 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Mon, 27 Mar 2017 17:17:49 -0400 Subject: Added new command: aleebot:owner! --- bot.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index fe022c4..418b50a 100644 --- a/bot.js +++ b/bot.js @@ -31,7 +31,14 @@ client.on('message', message => { client.on('message', message => { if(message.content === 'aleebot:help'){ - message.channel.sendMessage ('aleebot:profile\naleebot:updates\naleebot:ping\naleebot:pong'); + message.channel.sendMessage ('aleebot:profile\naleebot:updates\naleebot:ping\naleebot:pong\naleebot:owner'); + } + +}); + +client.on('message', message => { + if(message.content === 'aleebot:owner'){ + message.reply('The person who made this is Alee14!'); } }); -- cgit v1.2.3