From 6c299e6bc97d03e650153a58c2b998ee0d7b4c77 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 13 Jul 2020 11:54:37 -0700 Subject: [PATCH] make bonk ignorecase --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index a05a076..dea4f6c 100644 --- a/bot.py +++ b/bot.py @@ -282,7 +282,7 @@ def cmd_still(match: Match[str]) -> Response: return MessageResponse(match, f'{esc(rest)}, in {year} - {lol}!') -@handle_message('!bonk') +@handle_message('!bonk', flags=re.IGNORECASE) def cmd_bonk(match: Match[str]) -> Response: return MessageResponse( match,