more cool features

This commit is contained in:
2023-10-30 23:27:40 +07:00
parent 27bd2780da
commit ce88bb6dc8
12 changed files with 95 additions and 19 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
from custom_rules.permission import Permission
from vkbottle.user import Message
from config import bl, edit_message, prefix_bot
from vkbottle.user import Message, UserLabeler
from config import edit_message, prefix_bot
from utils import rewards_list
listToStr = ' '.join(map(str, rewards_list))
bl = UserLabeler(custom_rules=Permission)
@bl.message(Permission(), text=[prefix_bot + " достижения"])