The Sticky Message feature allows you to pin important messages at the bottom of your channels. These messages will automatically stay at the bottom, even as new messages are sent.

Requirements

  • Bot must have permissions to:
    • Send messages
    • Manage messages
    • View channels
    • Embed links

Setup

Add Sticky Message

,stickymessage add <channel> <message>

Remove Sticky Message

,stickymessage remove <channel>

Viewing Messages

List All Sticky Messages

,stickymessage list

View Specific Sticky Message

,stickymessage view <channel>

Variables

Message Variables

  • {user} - User object
  • {user.mention} - User mention
  • {user.name} - Username
  • {guild} - Server object
  • {channel} - Channel object
  • Sticky messages are automatically moved to the bottom when new messages are sent
  • Messages support both regular text and embeds
  • Only one sticky message can be set per channel
  • Messages are updated with a 3-second delay to prevent spam

Make sure the bot has proper permissions in the channel where the sticky message will be placed.