mirror of
https://github.com/dizedev/vk_lp.git
synced 2026-09-17 05:09:00 +00:00
many fixes
This commit is contained in:
@@ -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, "Такой команды не существует")
|
||||
|
||||
Reference in New Issue
Block a user