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

# Bump Reminder

> Automatically track DISBOARD bumps and remind members when it's time to bump again.

## Overview

greed's bump reminder helps your server stay at the top of DISBOARD by sending a reminder exactly 2 hours after a successful bump. It also tracks contributor stats to reward your most active members.

## Getting Started

Enable the reminder in the channel where the DISBOARD bot works.

```javascript theme={null}
,bumpreminder enable
```

Once enabled, greed will watch for the DISBOARD bot's success message (`Bump done!`) and automatically start a 2-hour countdown.

***

## Customization

### Reminder Scripts

<AccordionGroup>
  <Accordion title="The Reminder Message">
    Customize what greed says when it's time to bump again.

    ```javascript theme={null}
    ,bumpreminder reminder It's time to bump! Use **/bump** to help us grow.
    ```
  </Accordion>

  <Accordion title="The Thank You Message">
    Send a custom message immediately after someone successfully bumps. Supports full [Scripting](/resources/scripting/variables).

    ```javascript theme={null}
    ,bumpreminder thankyou {embed}{description: Thanks {user}! You've bumped {bumps} times!}
    ```
  </Accordion>
</AccordionGroup>

***

## Tracking & Stats

Manage your community's bump contributions.

<AccordionGroup>
  <Accordion title="Competition (Leaderboards)">
    See who has contributed the most bumps to the server.

    * `,bumpreminder leaderboard`: View the top pumpers.
    * *Alias: ,br lb*
  </Accordion>

  <Accordion title="Personal Stats">
    Track individual contributions.

    * `,bumpreminder view [@user]`: See total bumps for yourself or another member.
  </Accordion>
</AccordionGroup>

***

## Management Commands

<AccordionGroup>
  <Accordion title="Control & Debug">
    * `,bumpreminder disable`: Turn off the bump reminder system entirely.
    * `,bumpreminder test`: Manually trigger the reminder to check your configuration.
  </Accordion>
</AccordionGroup>
