diff --git a/profiles/twitch/__init__.py b/profiles/twitch/__init__.py index bf5add2..2b2bd62 100644 --- a/profiles/twitch/__init__.py +++ b/profiles/twitch/__init__.py @@ -6,5 +6,5 @@ if TYPE_CHECKING: async def setup(bot: 'Bot'): - from .component import ProfileComponent - await bot.add_component(ProfileComponent(bot)) + from .component import ProfilesComponent + await bot.add_component(ProfilesComponent(bot))