diff --git a/bot.js b/bot.js index 43f57fd..073e255 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) {