mirror of
https://github.com/dizedev/vk_lp.git
synced 2026-09-17 07:28:50 +00:00
fixed bug
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from custom_rules.permission import Permission
|
||||
from vkbottle.user import Message
|
||||
from config import bl, edit_message, prefix_bot
|
||||
|
||||
|
||||
@bl.message(Permission(), text=prefix_bot + " <command>")
|
||||
async def wrapper(message: Message):
|
||||
await edit_message(message, "Такой команды не существует")
|
||||
|
||||
Reference in New Issue
Block a user