10 lines
146 B
Python
10 lines
146 B
Python
this_package = 'modules'
|
|
|
|
active = [
|
|
]
|
|
|
|
|
|
async def setup(bot):
|
|
for ext in active:
|
|
await bot.load_extension(ext, package=this_package)
|