Sticky Messages
Keep important messages at the bottom of channels with automatic reposting.
Overview
Sticky messages remain pinned to the bottom of a channel, automatically reposted when new messages arrive. This keeps announcements, rules, or important links visible without them scrolling out of view.
Creating a Sticky Message
Add a sticky message to a channel with content that will be automatically reposted.
,stickymessage add (channel) (content) [--flags]
Sticky messages support greed's embed scripting, so you can send beautiful formatted announcements.
Configuration
Ignore Bot Messages
By default, sticky messages repost whenever any new message is sent (including bot messages). Control this behavior with the --ignore-bots flag:
,stickymessage add #channel Message content --ignore-bots true
Set --ignore-bots false to include bot messages as repost triggers.
There is at most one sticky message per channel. Adding a new sticky to a channel will replace the previous one.
Management
Listing and Viewing
Removing Sticky Messages
Delete a sticky message from a channel:
,stickymessage remove #channel
greed must have permissions to send messages and manage messages in the target channel. The sticky message will fail to repost if greed cannot send in that channel.