mirror of
https://github.com/dizedev/vk_lp.git
synced 2026-09-17 06:19:03 +00:00
many fixes
This commit is contained in:
+2
-2
@@ -1,3 +1,3 @@
|
||||
from . import game_handler, delete_msg, info_bot, rewards, ping, profile, add_friend
|
||||
from . import game_handler, delete_msg, info_bot, rewards, ping, profile, add_friend, not_command
|
||||
|
||||
labelers = [game_handler.bl, delete_msg.bl, info_bot.bl, rewards.bl, ping.bl, profile.bl, add_friend.bl]
|
||||
labelers = [game_handler.bl, delete_msg.bl, info_bot.bl, rewards.bl, ping.bl, profile.bl, add_friend.bl, not_command.bl]
|
||||
|
||||
Reference in New Issue
Block a user