Fix error

This commit is contained in:
Schimon Jehudah 2024-01-02 12:21:28 +00:00
parent 8b1e03d8e9
commit 0eaeaaa757

View file

@ -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)