aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
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!');
}
});