generated from HoloTech/twitch-bot-template
Add module setup methods.
This commit is contained in:
@@ -6,6 +6,7 @@ if TYPE_CHECKING:
|
||||
|
||||
async def twitch_setup(bot: 'Bot'):
|
||||
# Import and run setup methods from each module
|
||||
# from . import module
|
||||
# await module.twitch_setup(bot)
|
||||
pass
|
||||
from . import profiles, tracker, subathon
|
||||
await profiles.twitch_setup(bot)
|
||||
await tracker.twitch_setup(bot)
|
||||
await subathon.twitch_setup(bot)
|
||||
|
||||
Reference in New Issue
Block a user