mirror of
https://github.com/dizedev/vk_lp.git
synced 2026-09-17 06:19:03 +00:00
Добавлена информация о боте
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
import asyncio
|
||||
from vkbottle.user import Message
|
||||
from config import bl, edit_message
|
||||
from config import bl, edit_message, prefix_bot
|
||||
from custom_rules.permission import Permission
|
||||
|
||||
|
||||
@bl.message(Permission(), text="игра")
|
||||
@bl.message(
|
||||
Permission(),
|
||||
text=[prefix_bot + " игра"],
|
||||
)
|
||||
async def game(message: Message):
|
||||
loader = (
|
||||
'⬜⬜⬜⬜⬜⬜⬜⬜⬛⬛⬜⬜⬜⬜⬜⬜⬜',
|
||||
|
||||
Reference in New Issue
Block a user