diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-02-24 15:24:10 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-02-24 15:24:10 -0500 |
| commit | 6f928a332035ab9cadc17846c593a9f3dfaf67a3 (patch) | |
| tree | 5e406f5a10ed3a3924bd60226820d896956d7349 /events | |
| parent | 959440761a81bc115f4346decc0607079d615b0f (diff) | |
| download | PokeBot-6f928a332035ab9cadc17846c593a9f3dfaf67a3.tar.gz PokeBot-6f928a332035ab9cadc17846c593a9f3dfaf67a3.tar.bz2 PokeBot-6f928a332035ab9cadc17846c593a9f3dfaf67a3.zip | |
forgot to change the prefix
Diffstat (limited to 'events')
| -rw-r--r-- | events/message.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/events/message.js b/events/message.js index db89ca8..3c037d6 100644 --- a/events/message.js +++ b/events/message.js @@ -15,7 +15,7 @@ module.exports = (bot, msg) => { function parseCommand(bot, msg) { let category; - const prefix = 'p,'; + const prefix = 'p:'; if (msg.author.bot) return; if (!msg.content.startsWith(prefix)) return; |
