Docs / Tickets / Commandes / /ticket rename
Moderation Server only

/ticket rename

Rename this ticket

Usage

Generated
/ticket rename <name>
OptionTypeObligatoireDescription
name text Oui New ticket title / channel name

Who can run it

Generated
Discord defaultEvery member
Command Access presetModerator roles
Always allowedThe server owner and, by default, Administrators
Change itDashboard, Services, Tickets, Commands

The Moderation preset limits it to the roles you mark as moderators. Server owners and Administrators can always run it. How Command Access works.

What the bot needs

Generated

Tickets is granted these permissions by the invite link. A command that finds one missing replies privately with what it could not do and changes nothing.

Manage ChannelsView ChannelSend MessagesEmbed LinksRead Message HistoryManage RolesManage ThreadsCreate Private ThreadsSend Messages in Threads

Comportement

Checked against the code 2026-09-21

Renames the current ticket. The title changes on the dashboard and the Discord channel is renamed to match.

The bot first applies the server's Command Access rules for /ticket rename and checks that Tickets is enabled ("❌ Tickets is not enabled for this server."). The command only works inside a ticket channel or thread ("No ticket found in this channel."). Only staff may rename: Manage Server, the ticket's staff team, or a role given access when the ticket opened. Others see "Only staff can rename tickets."

The name option becomes the new title, trimmed to 80 characters. The old and new titles are recorded in the ticket's "Activity log". The bot then renames the channel: it keeps the first part of the current channel name, the part before the first dash (such as "ticket" in "ticket-0042"), and replaces the rest with a lowercase, dashed version of the new title. Renaming ticket-0042 to "Refund request" gives ticket-refund-request. When done it posts "✏️ Ticket renamed to <title>." in the channel.

Good to know

  • Discord allows only two channel renames per ten minutes per channel, so the confirmation can take a while when a ticket is renamed often.
  • If the channel rename fails, the ticket's title still changes and the confirmation still appears.
YourBot docs Reference tables are generated from the code that is running. Ask in Discord Suggest a correction