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

# Bump Reminders

<Card title="Module: Bump Reminders" icon="calendar-days" horizontal="True">
  Receive server reminders to bump your server on **[DISBOARD](https://disboard.org/en)**
</Card>

## Toggling bump reminders

<Tabs />

Toggle **bump reminders** on or off
<Tip>This will **permanently** delete your configuration when disabling</Tip>

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

## Setting the role and channel

<Tabs />

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)
  ```

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

<Frame caption="Setting the channel">
  <img src="https://i.ibb.co/hKdxw95/image-19.png" />
</Frame>

<Frame caption="Setting the role">
  <img src="https://i.ibb.co/gdz8MxG/image-20.png" />
</Frame>

## Customizing the thank you message

<Tabs />

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>
