feat(stats): Initial stats tracker.
This commit is contained in:
@@ -1,15 +1,3 @@
|
||||
|
||||
this_package = 'modules'
|
||||
|
||||
active = [
|
||||
'.vstudio',
|
||||
]
|
||||
|
||||
|
||||
def prepare(bot):
|
||||
for ext in active:
|
||||
bot.load_module(this_package + ext)
|
||||
|
||||
async def setup(bot):
|
||||
for ext in active:
|
||||
await bot.load_module(this_package + ext)
|
||||
from . import tracker
|
||||
await tracker.setup(bot)
|
||||
|
||||
Reference in New Issue
Block a user