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