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