Initial Plugin Commit
This commit is contained in:
7
tracker/__init__.py
Normal file
7
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