generated from HoloTech/discord-bot-template
6 lines
88 B
Python
6 lines
88 B
Python
|
|
async def setup(bot):
|
|
from .exec_cog import Exec
|
|
|
|
await bot.add_cog(Exec(bot))
|