fix: Profile component typo.

This commit is contained in:
2025-09-02 07:55:41 +10:00
parent e8e44b7da8
commit 4653689e5e

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