6 lines
84 B
Python
6 lines
84 B
Python
from .exec_cog import Exec
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(Exec(bot))
|