add spoiler bot

This commit is contained in:
2020-12-11 13:37:12 +03:00
parent 5048f3e81d
commit 9fa029d896
4 changed files with 72 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ from .channel_helper import ChannelHelperBotModuleConfig, QueuedItem, ChannelHel
from .echo import EchoBotModuleConfig
from .cyberlina import CyberLinaBotModuleConfig
from .ping import PingBotModuleConfig
from .spoiler import SpoilerBotModuleConfig
BOT_MODULES = [EchoBotModuleConfig, ChannelHelperBotModuleConfig, OverlayBotModuleConfig, CyberLinaBotModuleConfig,
PingBotModuleConfig]
PingBotModuleConfig, SpoilerBotModuleConfig]