Update plugin name.
This commit is contained in:
7
subathon/__init__.py
Normal file
7
subathon/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger()
|
||||
|
||||
async def setup(bot):
|
||||
from .component import SubathonComponent
|
||||
await bot.add_component(SubathonComponent(bot))
|
||||
Reference in New Issue
Block a user