Update plugin name.

This commit is contained in:
2025-09-01 19:21:07 +10:00
parent 65141312be
commit d1abe6782e
3 changed files with 0 additions and 0 deletions

7
subathon/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
import logging
logger = logging.getLogger()
async def setup(bot):
from .component import SubathonComponent
await bot.add_component(SubathonComponent(bot))