generated from HoloTech/discord-bot-template
Initial commit
This commit is contained in:
5
src/modules/sysadmin/__init__.py
Normal file
5
src/modules/sysadmin/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
async def setup(bot):
|
||||
from .exec_cog import Exec
|
||||
|
||||
await bot.add_cog(Exec(bot))
|
||||
Reference in New Issue
Block a user