diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-02-25 21:58:55 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-02-25 21:58:55 -0500 |
| commit | ff7fecb46e65ef9bdeddc348ab9e9a907fc8573a (patch) | |
| tree | 48f6f2eb4e16593bb03d2a270c8ef15099059a37 /events/message.js | |
| parent | 2b83e842fea1c9cab7abbe45154a1f140e26f990 (diff) | |
| download | PokeBot-ff7fecb46e65ef9bdeddc348ab9e9a907fc8573a.tar.gz PokeBot-ff7fecb46e65ef9bdeddc348ab9e9a907fc8573a.tar.bz2 PokeBot-ff7fecb46e65ef9bdeddc348ab9e9a907fc8573a.zip | |
forgot to change the prefix again
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 354d02c..afd9d20 100644 --- a/events/message.js +++ b/events/message.js @@ -19,7 +19,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; |
