(feature): Add basic streamalerts.
This commit is contained in:
8
__init__.py
Normal file
8
__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import logging
|
||||
from meta import LionBot
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
async def setup(bot: LionBot):
|
||||
from .cog import AlertCog
|
||||
await bot.add_cog(AlertCog(bot))
|
||||
Reference in New Issue
Block a user