feat(stats): Initial stats tracker.
This commit is contained in:
7
src/modules/tracker/__init__.py
Normal file
7
src/modules/tracker/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger()
|
||||
|
||||
async def setup(bot):
|
||||
from .component import TrackerComponent
|
||||
await bot.add_component(TrackerComponent(bot))
|
||||
Reference in New Issue
Block a user