Nickname Tags
Apply a branded tag prefix or suffix to every member's display name.
Features·~1 min read
Stamp a consistent tag on every member's name server-wide — useful for branding, team identification, or clan tags.
Setup
code
/nickname-tag setup tag:CRTX symbol:| use-brackets:true
This applies [CRTX] | OriginalName to every member. The process runs in the background with progress reporting.
Options
| Option | Default | Description |
|---|---|---|
tag | — | The tag text (max 10 chars) |
symbol | | | Separator between tag and name |
name-source | nickname | Use their server nickname or Discord username |
use-brackets | true | Wrap the tag in [brackets] |
Managing
code
/nickname-tag status # view progress and config
/nickname-tag apply # re-apply to all members
/nickname-tag disable # stop and optionally restore originals
The queue tracks completed, failed, and rate-limited members. If the bot restarts mid-apply, it resumes where it left off.
Rate limits
Discord limits nickname changes, so bulk applies are rate-limited automatically. The status command shows how many members are pending and the estimated time remaining.
💡 Tip
The /nick moderation command is tag-aware — changing someone's nickname won't strip the tag unless you explicitly disable it.
