fix: Profile component typo.
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user