Home Commands Terms & Privacy Add to Discord

Tags Configuration

Learn how to create and manage custom tags

Creating Tags

Create custom commands for your server using the tag command.

Create a Tag

[p]tag create <name> <content>

Creates a new tag with the specified name and TagScript content.

Edit a Tag

[p]tag edit <name> <new content>

Updates an existing tag's content.

Delete a Tag

[p]tag delete <name>

Removes a tag from your server.

View Tags

[p]tag list

Shows all tags in your server.

[p]tag info <name>

Display information about a specific tag including uses, author, and creation date.

Tag Management

Tag Ownership

Transfer Ownership

[p]tag transfer <name> <@user>

Transfer ownership of a tag to another server member.

Aliasing Tags

[p]tag alias <new_name> <existing_tag>

Create an alias (alternative name) for an existing tag.

Permissions

Control who can use and manage tags in your server.

Required Permissions

Using Require & Blacklist

You can restrict tag usage within the tag content itself:

{require(Moderator):Only moderators can use this tag!}
{blacklist(Muted):You cannot use this while muted.}

Best Practices

Tag Limits

Troubleshooting

Tag Not Working?

Common Errors

Missing Parameter: Make sure all required blocks have their parameters

❌ {if():message} ✅ {if({args}==test):message|else}

Unmatched Braces: Every opening { needs a closing }

❌ {user(name} ✅ {user(name)}

Getting Help

Need assistance with tags? Here's how to get support: