Message Snippets
Repetitive support requests are a drain on your moderation team’s time. Message Snippets are your server’s “quick-reply” toolkit—professional, pre-defined shortcuts that your staff can fire off in an instant to handle common questions.
🧱 Why Use Snippets?
Section titled “🧱 Why Use Snippets?”- Consistency: Ensure every staff member gives the same, official answer to common questions (e.g., “How do I apply for staff?”).
- Speed: Use Slash Command Autocomplete to find and send a snippet in seconds.
- Advanced Logic: Snippets aren’t just for plain text—they support TagScript for dynamic responses.
💾 Creating Your Shortcuts
Section titled “💾 Creating Your Shortcuts”Use /snippet create <trigger> <content> to save a new shortcut.
- Trigger: The short keyword you’ll type to find the snippet (e.g.,
rules). - Content: The full message you want ZeD to send.
📝 Example: The Rules Snippet
Section titled “📝 Example: The Rules Snippet”- Trigger:
rules - Content: “Please respect all rules found in <#12345678>. Repeat offenses will lead to a ban!”
⌨️ Using a Snippet
Section titled “⌨️ Using a Snippet”Run /snippet use and start typing your trigger. Zero Degree will provide a list of matching triggers for you to select.
🧠 TagScript in Snippets
Section titled “🧠 TagScript in Snippets”You can use TagScript inside your snippets to make them feel more personalized and human:
- Trigger:
hello - Content: “Hi {user}, glad you’re here! Check out the current {memberCount} members in {guild}!”
📜 Managing the Toolkit
Section titled “📜 Managing the Toolkit”/snippet list: See all the available triggers in your server’s library./snippet delete <trigger>: Retire an old shortcut that’s no longer needed.
[!IMPORTANT] Who Can Use Snippets? By default, snippets are restricted to users with “Manage Messages” permissions. This ensures only authorized personnel can send these official-looking responses.