Add profiles module setup.
This commit is contained in:
@@ -5,7 +5,5 @@ 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
|
||||
await profiles.twitch_setup(bot)
|
||||
|
||||
Reference in New Issue
Block a user