diff options
| author | Alee14 <alee14498@gmail.com> | 2017-03-28 18:30:08 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2017-03-28 18:30:08 -0400 |
| commit | 1aeff5c47f4a201d99c8d612614a04e2f9e73f2b (patch) | |
| tree | 2cc1db4001ebd7a3b3d9383baff2f8b89e3b814e /bot.js | |
| parent | 977360f7dba7b6a6fd45a061cc58a97916ec8404 (diff) | |
| download | AleeBot-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.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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!'); } }); |
