> ## Documentation Index
> Fetch the complete documentation index at: https://docs.synqlabs.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Sticky

> Pin sticky messages at the bottom of channels that repost when new messages appear.

## stickymessage

Manage sticky messages in channels.

**Syntax:** `stickymessage <subcommand> [arguments]`\
**Aliases:** `sticky`, `sm`\
**Premium:** Pro

### Subcommands

| Subcommand | Syntax                                              | Example                               |
| ---------- | --------------------------------------------------- | ------------------------------------- |
| set        | `stickymessage set <#channel\|channelId> <message>` | `stickymessage set #general Welcome!` |
| remove     | `stickymessage remove <#channel\|channelId>`        | `stickymessage remove #general`       |
| limit      | `stickymessage limit <number>`                      | `stickymessage limit 5`               |
| config     | `stickymessage config`                              | View configuration                    |
| list       | `stickymessage list`                                | List all sticky messages              |

### How it works

A sticky message stays at the bottom of the channel. When new messages are sent, the bot deletes its previous sticky message and reposts it, keeping it visible.
