diff --git a/slixfeed/xmpp/process.py b/slixfeed/xmpp/process.py index e0c2b2d..57fd432 100644 --- a/slixfeed/xmpp/process.py +++ b/slixfeed/xmpp/process.py @@ -154,7 +154,7 @@ async def message(self, message): "This action is restricted. " "Type: breakpoint." ) - send_reply_message(self, message, response) + send_reply_message(self, message, response) case "commands": response = text.print_cmd() send_reply_message(self, message, response)