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
+2 -2
View File
@@ -1,3 +1,3 @@
from . import game_handler, delete_msg, info_bot
from . import game_handler, delete_msg, info_bot, rewards
labelers = [game_handler.bl, delete_msg.bl, info_bot.bl]
labelers = [game_handler.bl, delete_msg.bl, info_bot.bl, rewards.bl]