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