diff --git a/commands/ticketing/commands.py b/commands/ticketing/commands.py index 0e17f5a9..80741e12 100644 --- a/commands/ticketing/commands.py +++ b/commands/ticketing/commands.py @@ -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']), ):