Tags

Create personal custom commands called tags. Store reusable messages with template variables that work anywhere Nevi is active.

What are tags?

Tags are personal custom commands that belong to you, not to a server. Unlike server-level custom commands (which are created by admins and shared across the server), tags are created by individual users and can be used in any server where Nevi is active.

Think of tags as quick shortcuts for messages you send often. Greetings, copypastas, formatted responses, or anything else you want to save and reuse.

Creating a tag

Use the /tag create command to make a new tag.

Usage

/tag create <name> <content>

Example

/tag create greeting Hello! I'm {user.name}! Nice to meet you.

name. A unique name for your tag. This is what you'll use to invoke it later.

content. The message content. You can include template variables like {user.name} for dynamic content.

Using a tag

Once created, invoke your tag with:

Usage

/tag view <name>

Example

/tag view greetingNevi will respond with your saved tag content, replacing any template variables with their actual values

Listing your tags

View all the tags you've created with:

Usage

/tag listShows all of your personal tags with their names

Editing & deleting tags

CommandWhat It Does
/tag edit <name> <new content>Update the content of an existing tag
/tag delete <name>Permanently delete a tag

Template syntax

Tags support the same template variables and functions as custom commands, minus economy actions (since tags are personal, not server-level). You can use variables like {user.name}, {server.name}, and {channel.name} to make your tags dynamic.

For a full list of available variables, see the Template Variables reference.

Tags vs custom commands

Not sure whether to use a tag or a custom command? Here's how they compare:

FeatureTagsCustom Commands
ScopePer-user (yours only)Per-server (shared)
Economy actionsNot availableFull support
AliasesNot availableSupported
Permission restrictionsNone neededConfigurable
Template variablesSupportedSupported
Who can createAnyoneServer admins
Works across serversYesNo (server-specific)

In short: Use tags for personal shortcuts. Use custom commands for server-wide features that everyone can use.

Related Commands

/taggeneral

Create, view, or manage your custom tags