mirror of
https://github.com/dizedev/vk_lp.git
synced 2026-09-17 07:28:50 +00:00
Обновление: v0.2
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
from custom_rules.permission import Permission
|
||||
from vkbottle.user import Message
|
||||
from config import bl, edit_message, prefix_bot
|
||||
from utils import rewards_list
|
||||
|
||||
|
||||
listToStr = ' '.join(map(str, rewards_list))
|
||||
|
||||
|
||||
@bl.message(Permission(), text=[prefix_bot + " достижения"])
|
||||
async def rewards(message: Message):
|
||||
await edit_message(message,
|
||||
"Вот список всех достижений 🏆:\n " + listToStr)
|
||||
Reference in New Issue
Block a user