mirror of
https://github.com/dizedev/vk_lp.git
synced 2026-09-17 09:48:55 +00:00
4 lines
157 B
Python
4 lines
157 B
Python
from . import game_handler, deletedmsg, info_bot, rewards, not_command
|
|
|
|
labelers = [game_handler.bl, deletedmsg.bl, info_bot.bl, rewards.bl, not_command.bl]
|