fix bots admin and config form

This commit is contained in:
2019-11-24 19:29:52 +03:00
parent 9d07c774a3
commit f309545196
3 changed files with 25 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
from bots.modules.overlay import OverlayBotModuleConfig
from .channel_helper import ChannelHelperBotModuleConfig
from .overlay import OverlayBotModuleConfig
from .channel_helper import ChannelHelperBotModuleConfig, QueuedItem
from .echo import EchoBotModuleConfig
BOT_MODULES = [EchoBotModuleConfig, ChannelHelperBotModuleConfig, OverlayBotModuleConfig]