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

# Sticky Messages

> Pin persistent messages to the bottom of active text channels that automatically repost after member chat.

# Sticky Messages

<Badge variant="pro">Tier 2: Pro</Badge>

> Keep important guidelines, rules, or alerts permanently visible at the very bottom of active text channels. Raze automatically reposts the sticky message whenever new messages are sent.

***

## Command Overview

| Command          | Aliases        | Syntax                                    | Description                                | Permissions |
| :--------------- | :------------- | :---------------------------------------- | :----------------------------------------- | :---------- |
| `.stickymessage` | `sticky`, `sm` | `.stickymessage <subcommand> [arguments]` | Manage channel sticky messages and limits. | ManageGuild |

***

## Subcommands Reference

| Subcommand | Syntax                                               | Description                                        | Example                                                                 |
| :--------- | :--------------------------------------------------- | :------------------------------------------------- | :---------------------------------------------------------------------- |
| `set`      | `.stickymessage set <#channel\|channelId> <message>` | Sets a sticky message for the target channel       | `.stickymessage set #general Welcome to chat! Please follow the rules.` |
| `remove`   | `.stickymessage remove <#channel\|channelId>`        | Removes the sticky message from a channel          | `.stickymessage remove #general`                                        |
| `limit`    | `.stickymessage limit <number>`                      | Sets max sticky messages per channel (default: 5)  | `.stickymessage limit 3`                                                |
| `list`     | `.stickymessage list`                                | Lists all active sticky messages across the server | `.stickymessage list`                                                   |
| `config`   | `.stickymessage config`                              | Displays sticky message settings dashboard         | `.stickymessage config`                                                 |

* **Aliases**: `sticky`, `sm`
* **User Permissions**: ManageGuild

***

## Configuration Examples

<Tabs>
  <Tab title="Set Sticky Message">
    ```bash theme={null} theme={null}
    .stickymessage set #trading-chat ⚠️ **Notice**: Never share your account passwords or authentication tokens!
    ```
  </Tab>

  <Tab title="View All Stickies">
    ```bash theme={null} theme={null}
    .stickymessage list
    .stickymessage config
    ```
  </Tab>

  <Tab title="Remove Sticky">
    ```bash theme={null} theme={null}
    .stickymessage remove #trading-chat
    ```
  </Tab>
</Tabs>
