feat: Simple twitch component.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from typing import TYPE_CHECKING
|
||||
from .. import logger
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from meta.bot import Bot
|
||||
|
||||
|
||||
async def setup(bot: 'Bot'):
|
||||
from .component import ProfileComponent
|
||||
await bot.add_component(ProfileComponent(bot))
|
||||
|
||||
Reference in New Issue
Block a user