many fixes

This commit is contained in:
2023-11-02 00:46:47 +07:00
parent a882198ec2
commit 8a96e672f3
5 changed files with 12 additions and 13 deletions
+2 -2
View File
@@ -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]