TicketWave Logo

/ticket rename

Rename a ticket channel, optionally using dynamic placeholders.

Ticket Rename Command

Ticket Rename Command

The /ticket rename command changes the name of a ticket's channel. You can use dynamic placeholders to build descriptive names based on ticket data, or reset the name back to its default pattern.

Usage

/ticket rename

Parameters

ParameterTypeRequiredDescription
nameTextOptionalThe new channel name, supporting placeholders
resetBooleanOptionalReset the channel name back to the default pattern

At least one of name or reset must be specified.

Placeholders

PlaceholderDescriptionExample
{number}The ticket number123
{user}The ticket creator's usernamejohndoe
{userid}The ticket creator's Discord user ID123456789012345678

When to Use This

Use /ticket rename when you want to give a ticket a more descriptive name — for example when a ticket's topic becomes clear and you want to reflect it in the channel name for easier reference.

Example

A user requests a refund. You rename the ticket to include the topic so it's easier to identify later:

Rename Refund Example

The channel name updates accordingly:

Channel Name Before

Channel Name After

Notes

  • Channel names must be 32 characters or fewer due to Discord limitations.
  • Discord limits channel renames to 2 times per 10 minutes. This applies to both /ticket rename and /ticket priority.

How is this guide?