mirror of
https://github.com/dizedev/vk_lp.git
synced 2026-09-17 06:19:03 +00:00
more cool features
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import asyncio
|
||||
from vkbottle.user import Message
|
||||
from config import bl, prefix_bot, edit_message
|
||||
from vkbottle.user import Message, UserLabeler
|
||||
from config import prefix_bot, edit_message
|
||||
from custom_rules.permission import Permission
|
||||
|
||||
|
||||
bl = UserLabeler(custom_rules=Permission)
|
||||
|
||||
|
||||
@bl.message(
|
||||
Permission(),
|
||||
text=[prefix_bot + " игра"],
|
||||
|
||||
Reference in New Issue
Block a user