8 lines
136 B
Python
8 lines
136 B
Python
from .. import logger
|
|
|
|
|
|
async def setup(bot):
|
|
from .component import ExecComponent
|
|
|
|
await bot.add_component(ExecComponent(bot))
|