implement bots
This commit is contained in:
4
bots/modules/__init__.py
Normal file
4
bots/modules/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .channel_helper import ChannelHelperBotModuleConfig
|
||||
from .echo import EchoBotModuleConfig
|
||||
|
||||
BOT_MODULES = [EchoBotModuleConfig, ChannelHelperBotModuleConfig]
|
Reference in New Issue
Block a user