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.| Command | Description |
|---|---|
.sticky add <content> | Set a sticky message for the current channel |
.sticky remove | Remove the sticky message from the current channel |
Specific Channel
Target a specific channel without needing to be in it.| Command | Description |
|---|---|
.sticky channel add #channel <content> | Set a sticky message for a specific channel |
.sticky channel remove #channel | Remove the sticky message from a specific channel |
Utilities
| Command | Description |
|---|---|
.sticky show | Display all active sticky messages in the server |
.sticky bump [#channel] | Manually re-send the sticky message to the bottom of a channel |
.sticky reset | Remove all sticky messages from the entire server |
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.
Create the Embed
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.
