Fix error
This commit is contained in:
parent
8b1e03d8e9
commit
0eaeaaa757
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ async def message(self, message):
|
||||||
"This action is restricted. "
|
"This action is restricted. "
|
||||||
"Type: breakpoint."
|
"Type: breakpoint."
|
||||||
)
|
)
|
||||||
send_reply_message(self, message, response)
|
send_reply_message(self, message, response)
|
||||||
case "commands":
|
case "commands":
|
||||||
response = text.print_cmd()
|
response = text.print_cmd()
|
||||||
send_reply_message(self, message, response)
|
send_reply_message(self, message, response)
|
||||||
|
|
Loading…
Reference in a new issue