aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2017-03-28 18:30:08 -0400
committerAlee14 <alee14498@gmail.com>2017-03-28 18:30:08 -0400
commit1aeff5c47f4a201d99c8d612614a04e2f9e73f2b (patch)
tree2cc1db4001ebd7a3b3d9383baff2f8b89e3b814e /bot.js
parent977360f7dba7b6a6fd45a061cc58a97916ec8404 (diff)
downloadAleeBot-1aeff5c47f4a201d99c8d612614a04e2f9e73f2b.tar.gz
AleeBot-1aeff5c47f4a201d99c8d612614a04e2f9e73f2b.tar.bz2
AleeBot-1aeff5c47f4a201d99c8d612614a04e2f9e73f2b.zip
Changing from replying the message to not reply
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
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!');
}
});