diff --git a/bot.js b/bot.js index 073e255..654286b 100644 --- a/bot.js +++ b/bot.js @@ -33,7 +33,7 @@ bot.command( )) ) bot.hears( - /^\/kills[ =](.+)$/, + /^kills (.+)$/, ctx => getAllKills(ctx.match[1]) .then(allKills => { if (!allKills) {