diff --git a/bot.py b/bot.py index 6e77729..226c213 100644 --- a/bot.py +++ b/bot.py @@ -295,7 +295,7 @@ def cmd_uptime(match: Match[str]) -> Response: return UptimeResponse() -@handle_message('!pep[ ]?(?P\d{1,4})') +@handle_message(r'!pep[ ]?(?P\d{1,4})') def cmd_pep(match: Match[str]) -> Response: *_, number = match.groups() return MessageResponse(