From b099017815cd4ddb45992d4957cbeca536f196d7 Mon Sep 17 00:00:00 2001 From: Tim Malone Date: Mon, 20 Aug 2018 09:05:50 +1000 Subject: [PATCH] 'thankyou' command to work with 'thank you' and 'thankyouuuu' --- src/events.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/events.js b/src/events.js index bea8505..113973e 100644 --- a/src/events.js +++ b/src/events.js @@ -210,8 +210,7 @@ const handlers = { leaderboard: leaderboard.handler, help: sendHelp, thx: sayThankyou, - thanks: sayThankyou, - thankyou: sayThankyou, + thank: sayThankyou, version: getVersion };