From 1aeff5c47f4a201d99c8d612614a04e2f9e73f2b Mon Sep 17 00:00:00 2001 From: Alee14 Date: Tue, 28 Mar 2017 18:30:08 -0400 Subject: Changing from replying the message to not reply --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index 8872425..3bce6dd 100644 --- a/bot.js +++ b/bot.js @@ -38,7 +38,7 @@ client.on('message', message => { client.on('message', message => { if(message.content === 'ab:owner'){ - message.reply('The person who made this is Alee14!'); + message.channel.sendMessage ('The person who made this is Alee14!'); } }); -- cgit v1.2.3