mirror of
https://github.com/dizedev/vk_lp.git
synced 2026-09-17 06:19:03 +00:00
code reformat
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
import asyncio
|
||||
|
||||
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 + " игра"],
|
||||
Permission(),
|
||||
text=[prefix_bot + " игра"],
|
||||
)
|
||||
async def game(message: Message):
|
||||
loader = (
|
||||
|
||||
Reference in New Issue
Block a user