many fixes

This commit is contained in:
2023-11-02 00:46:47 +07:00
parent a882198ec2
commit 8a96e672f3
5 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ bl = UserLabeler()
@bl.message(Permission(), text=prefix_bot + " <command>")
async def wrapper(message: Message):
async def wrapper(message: Message, command):
await edit_message(message, "Такой команды не существует")