> ## 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.

# Bump Reminder

> Reminds the server to bump on Disboard.

## Overview

Reminds the server to `!bump` again once Disboard's 2-hour cooldown ends, with an optional thank-you message right after a successful bump.

## Commands

<CodeGroup>
  ```javascript Syntax theme={null}
  !bumpreminder channel <channel>
  !bumpreminder message <text>
  !bumpreminder thankyou <text>
  !bumpreminder pingable <enabled>
  !bumpreminder autolock <enabled>
  !bumpreminder autoclean <enabled>
  !bumpreminder status
  ```

  ```javascript Example theme={null}
  !bumpreminder channel #bump
  !bumpreminder message "Time to /bump the server!"
  !bumpreminder thankyou "{user.mention} bumped! Next bump {nextBump}."
  !bumpreminder pingable true
  ```
</CodeGroup>

| Setting     | Description                                                 |
| ----------- | ----------------------------------------------------------- |
| `pingable`  | Whether the reminder message can actually ping `@everyone`. |
| `autolock`  | Locks the channel (denies Send Messages) between bumps.     |
| `autoclean` | Deletes non-bump chatter in the channel.                    |

The `{nextBump}` [variable](/resources/scripting/variables) is only available in the thank-you message, a relative time until the next bump is allowed.
