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

# Sticky Messages

> Keep a message pinned to the bottom of a channel.

## Overview

Keeps a message always at the bottom of a channel, Petto reposts it every time new activity pushes it up.

## Commands

<CodeGroup>
  ```javascript Syntax theme={null}
  !stickymessage set <channel> <content>
  !stickymessage remove <channel>
  !stickymessage list
  ```

  ```javascript Example theme={null}
  !stickymessage set #rules "Read the rules before posting!{newline}Full rules: {channel_name}"
  ```
</CodeGroup>

Content supports `{newline}` and `{separator}`, along with every other [variable](/resources/scripting/variables).

<Tip>
  Useful for rules reminders, an invite link, or a "read this first" note in an active channel.
</Tip>
