diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-16 16:15:09 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-16 16:15:09 -0400 |
| commit | 26057ebec55651f94dde109e9e71047c62caffa4 (patch) | |
| tree | e5c3d2286192a0428bed6813ef416788f91af741 /events/message.js | |
| parent | 16a36e8271e98fc5e839cd374aa496309ddc540b (diff) | |
| download | PokeBot-26057ebec55651f94dde109e9e71047c62caffa4.tar.gz PokeBot-26057ebec55651f94dde109e9e71047c62caffa4.tar.bz2 PokeBot-26057ebec55651f94dde109e9e71047c62caffa4.zip | |
uh oh, hold on
Diffstat (limited to 'events/message.js')
| -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 dfe7c72..83efad2 100644 --- a/events/message.js +++ b/events/message.js @@ -39,7 +39,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; |
