From 76bd7316234ac76c8e91524946da1b7bd290b191 Mon Sep 17 00:00:00 2001 From: smsteel Date: Mon, 11 Feb 2019 16:23:07 +0300 Subject: [PATCH] kill count --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {