Compare commits

..

2 Commits

Author SHA1 Message Date
conatum 4653689e5e fix: Profile component typo. 2025-09-02 07:55:41 +10:00
conatum e8e44b7da8 Add twitch_setup export. 2025-09-02 07:54:08 +10:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
from .profiles import setup from .profiles import setup, twitch_setup
+2 -2
View File
@@ -6,5 +6,5 @@ if TYPE_CHECKING:
async def setup(bot: 'Bot'): async def setup(bot: 'Bot'):
from .component import ProfileComponent from .component import ProfilesComponent
await bot.add_component(ProfileComponent(bot)) await bot.add_component(ProfilesComponent(bot))