Skip to content

Commit

Permalink
Update commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev authored Oct 12, 2024
1 parent dd858fa commit 3aa31f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/ticketing/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ async def ticket_roles(
self,
ctx: disnake.ApplicationCommandInteraction,
ticket_button: tuple[str, str] = commands.Param(autocomplete=autocomplete.ticket_panel_buttons, converter=convert.ticket_button),
mode=commands.Param(choices=['Add to', 'Remove Roles']),
mode=commands.Param(choices=['Add Roles', 'Remove Roles']),
remove=commands.Param(default='False', choices=['True']),
):

Expand Down

0 comments on commit 3aa31f6

Please sign in to comment.