Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidetacchini committed Sep 8, 2023
2 parents 8dc42bc + 213e33b commit 7643e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async def quit(self, interaction: discord.Interaction, button: discord.ui.Button
@app_commands.context_menu(name="List Profiles")
async def list_profiles(interaction: discord.Interaction, member: discord.Member) -> None:
"""List your own or a member's profiles"""
profile_cog = interaction.client.get_cog("Profile")
profile_cog = interaction.client.get_cog("profile")
profiles = await profile_cog.get_profiles(interaction, member.id)
entries = await profile_cog.list_profiles(interaction, member, profiles)
await interaction.client.paginate(entries, interaction=interaction)
Expand Down

0 comments on commit 7643e1c

Please sign in to comment.