Skip to content

Commit

Permalink
I didn't know Priority Channel was meant to be a role?
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikey committed Dec 31, 2024
1 parent 41fa3c6 commit abf823f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menus.py
Original file line number Diff line number Diff line change
Expand Up @@ -7605,8 +7605,8 @@ async def mentioned_roles(self, interaction: discord.Interaction, select: discor
]
await func(priority_settings)

@discord.ui.select(cls=discord.ui.RoleSelect, min_values=1, max_values=1, placeholder="Priority Channel", row=2)
async def priority_channel(self, interaction: discord.Interaction, select: discord.ui.RoleSelect):
@discord.ui.select(cls=discord.ui.ChannelSelect, min_values=1, max_values=1, placeholder="Priority Channel", row=2)
async def priority_channel(self, interaction: discord.Interaction, select: discord.ui.ChannelSelect):
whether_to_continue = await self.interaction_check(interaction)
if whether_to_continue is False:
return
Expand Down

0 comments on commit abf823f

Please sign in to comment.