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

# Bump Reminder

> Receive reminders to bump your server on DISBOARD.

## Toggling bump reminders

Toggle **bump reminders** on or off

<Info>
  This will **permanently** delete your configuration when disabling
</Info>

<CodeGroup>
  ```javascript Syntax theme={null}
  ,bumpreminder off
  ,bumpreminder on
  ```
</CodeGroup>

## Setting the role and channel

Setup the role and channel kyos will use for **bump reminder** in your server

<Info>
  If a role is not provided, kyos by default will ping **@here**
</Info>

<CodeGroup>
  ```javascript Syntax theme={null}
  ,bumpreminder role (role)
  ,bumpreminder channel (channel)
  ```

  ```text example theme={null}
  ,bumpreminder role @Member
  ,bumpreminder channel #bot-cmds
  ```
</CodeGroup>

## Customizing the thank you message

Set a customized message kyos will send upon somebody bumping your server

<Info>
  This users the basic message variables found [**here**](https://docs.kyos.bot/resources/variables), also supports [**embed scripting**](https://docs.kyos.bot/resources/embeds)
</Info>

<CodeGroup>
  ```javascript Syntax theme={null}
  ,bumpreminder message (message)
  ```
</CodeGroup>
