Add profiles module setup.

This commit is contained in:
2025-09-03 20:21:52 +10:00
parent 1fb5c45b5b
commit e473de3b4b

View File

@@ -5,7 +5,5 @@ if TYPE_CHECKING:
async def twitch_setup(bot: 'Bot'): async def twitch_setup(bot: 'Bot'):
# Import and run setup methods from each module from . import profiles
# from . import module await profiles.twitch_setup(bot)
# await module.twitch_setup(bot)
pass