/autothread threadname
Set the naming format for threads created automatically by Pandoryx in a specific channel. You can use variables like {user}
to dynamically personalize each threadβs name.
π¬ Usage
/autothread threadname <channel> <template>
<channel>
β The channel where autothreads are enabled.<template>
β The naming format you want to use. You can include{user}
to insert the message senderβs username.
π§΅ Use this to keep thread names relevant, clean, or themed for specific channels.
π Example
/autothread threadname #support "Support thread β {user}"
This will:
Make every thread auto-created in
#support
use the formatSupport thread β [username]
Help organize threads visually and make it easier to identify who started each one
ποΈ Notes
{user}
is currently the only supported variable, but more may be added in the future.The template must be under Discordβs thread name length limit (100 characters).
This is optional β if not set, Pandoryx will use a default naming style.
π Related Commands
/autothread channel
β Turn on autothreading in a channel/autothread edit
β Set the embed that appears in new threads
Last updated