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