6 lines
134 B
Python
6 lines
134 B
Python
from .. import logger
|
|
|
|
async def setup(bot):
|
|
from .component import KoanComponent
|
|
await bot.add_component(KoanComponent(bot))
|