Required Permission: Server Owner, Extra Owners, and Admin Access can manage sticky messages.
How It Works
- You set a sticky message for a channel using
.sticky add. - After every 2 messages sent by other users in that channel, ZEON deletes the old sticky and re-posts it at the bottom.
- The message always stays visible as the last message in the channel.
Commands
Current Channel
These commands manage the sticky message for the channel you’re currently in.Specific Channel
Target a specific channel without needing to be in it.Utilities
Customizing Messages
Sticky messages support both plain text and rich embeds, giving you full control over how the pinned content looks.Using Variables
You can dynamically insert server or channel information into your sticky message. Refer to the Variables reference for the full list.Using Custom Embeds
Design a rich embed using the interactive embed builder, then reference it in your sticky message with the{embed:name} syntax.
1
Create the Embed
2
Set as Sticky
The
{embed:name} placeholder is invisible in the final output. The bot strips it from the text and attaches the rich embed below the message. Variables placed inside the embed builder will also parse correctly.
