Refactor with registry.
This commit is contained in:
5
koans/twitch/__init__.py
Normal file
5
koans/twitch/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .. import logger
|
||||
|
||||
async def setup(bot):
|
||||
from .component import KoanComponent
|
||||
await bot.add_component(KoanComponent(bot))
|
||||
Reference in New Issue
Block a user