forked from sch/Slixfeed
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. "
|
||||
"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)
|
||||
|
|
Loading…
Reference in a new issue