From 4653689e5e9a096e657f068575443b1dc4d599c3 Mon Sep 17 00:00:00 2001 From: Interitio Date: Tue, 2 Sep 2025 07:55:41 +1000 Subject: [PATCH] fix: Profile component typo. --- profiles/twitch/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))