Compare commits

...

2 Commits

Author SHA1 Message Date
4653689e5e fix: Profile component typo. 2025-09-02 07:55:41 +10:00
e8e44b7da8 Add twitch_setup export. 2025-09-02 07:54:08 +10:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
from .profiles import setup
from .profiles import setup, twitch_setup

View File

@@ -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))