add feedback module
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from .feedback import FeedbackBotModuleConfig
|
||||
from .overlay import OverlayBotModuleConfig
|
||||
from .channel_helper import ChannelHelperBotModuleConfig, QueuedItem
|
||||
from .echo import EchoBotModuleConfig
|
||||
@@ -7,4 +8,4 @@ from .robot import RobotBotModuleConfig
|
||||
from .spoiler import SpoilerBotModuleConfig
|
||||
|
||||
BOT_MODULES = [EchoBotModuleConfig, ChannelHelperBotModuleConfig, OverlayBotModuleConfig, CyberLinaBotModuleConfig,
|
||||
PingBotModuleConfig, SpoilerBotModuleConfig, RobotBotModuleConfig]
|
||||
PingBotModuleConfig, SpoilerBotModuleConfig, RobotBotModuleConfig, FeedbackBotModuleConfig]
|
||||
|
Reference in New Issue
Block a user