Initial Template.
This commit is contained in:
10
src/modules/__init__.py
Normal file
10
src/modules/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
this_package = 'modules'
|
||||
|
||||
active = [
|
||||
'.sysadmin',
|
||||
]
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
for ext in active:
|
||||
await bot.load_extension(ext, package=this_package)
|
||||
Reference in New Issue
Block a user