Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.stellarbot.dev/llms.txt

Use this file to discover all available pages before exploring further.

Tags give your moderation team a shared library of reusable text responses that can be recalled instantly with a slash command. Instead of rewriting the same answer every time someone asks about server rules, a ban appeal process, or an ongoing event, any staff member can type /tag get and send the right content in seconds. Tags are scoped to your server, so each guild maintains its own independent set. Using tags requires the Manage Messages permission.
Tag content has a maximum length of 1,500 characters. Tag identifiers are automatically converted to lowercase when created, so FAQ and faq refer to the same tag.

Use cases

  • FAQ responses — Store answers to common questions and retrieve them on demand.
  • Server rules summaries — Keep a short version of your rules ready to paste into a conversation.
  • Announcement templates — Draft repeating announcements (event reminders, maintenance windows) and update them in place when details change.

Commands

/tag create [identifier] [content]

Creates a new tag with the given identifier and content. The identifier is automatically lowercased and must be unique within your server. Content cannot exceed 1,500 characters.
/tag create rules Please read our full server rules in the #rules channel before posting.
/tag create appeal To appeal a ban, open a ticket in #support with your username and reason.

/tag get [identifier]

Retrieves a tag and posts its content in the channel. The identifier field supports autocomplete — start typing and Stellar will suggest matching tags from your server.
/tag get rules
/tag get appeal

/tag update [identifier] [content]

Replaces the content of an existing tag. The identifier must match an existing tag in your server. The new content is subject to the same 1,500-character limit.
/tag update rules Updated rules: please also review #announcements for recent changes.

/tag delete [identifier]

Permanently deletes a tag from your server. This action cannot be undone.
/tag delete appeal
Last modified on May 6, 2026