Skip to content

Commit

Permalink
Update menus.py (#116)
Browse files Browse the repository at this point in the history
The `-` is a good prefix. LGTM. Merged.
  • Loading branch information
NotLukas001 authored Jan 6, 2025
1 parent 151ada9 commit c850db9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion menus.py
Original file line number Diff line number Diff line change
Expand Up @@ -4954,7 +4954,11 @@ async def management_role_select(
discord.SelectOption(
label=":",
description="Use ':' as your custom prefix."
)
),
discord.SelectOption(
label="-",
description="Use '-' as your custom prefix."
),
], max_values=1)
async def prefix_select(self, interaction: discord.Interaction, select: discord.ui.Select):
value = await self.interaction_check(interaction)
Expand Down

0 comments on commit c850db9

Please sign in to comment.