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

# Bump Notifications, Voting Points, and Server Pings

> Set up Quarky bump reminders for Disboard, Top.gg, and Discadia with automated notifications, voting points tracking, and opt-in ping roles.

Quarky's bump notifications system reminds your members when it's time to bump your server or vote for your bot on listing platforms. It tracks each bump or vote with a points system, and members can opt in to ping roles so only those who want reminders are ever mentioned.

Quarky supports three platforms:

* **Disboard** — server bumping
* **Top.gg** — bot voting
* **Discadia** — server voting

## Webhooks

Top.gg and Discadia require a webhook configured on their platform so Quarky can receive vote events. Disboard does not need a webhook.

### Top.gg

<Steps>
  <Step>
    Navigate to your bot's dashboard on Top.gg.
  </Step>

  <Step>
    Go to the **Webhooks** section and paste the following URL into the **Webhook URL** field:

    ```
    https://public.quarkybot.com/webhooks/topgg/bot/vote
    ```
  </Step>

  <Step>
    Click **Save** to activate the webhook.
  </Step>
</Steps>

![](https://imgur.com/0pYx1AJ.gif)

### Discadia

<Steps>
  <Step>
    Navigate to your server's dashboard on Discadia.
  </Step>

  <Step>
    Scroll down to **Vote Webhooks** and paste the following URL:

    ```
    https://public.quarkybot.com/webhooks/discadia/server/vote
    ```
  </Step>

  <Step>
    Click **Save Changes** to activate the webhook.
  </Step>
</Steps>

![](https://imgur.com/WfvN6EJ.gif)

## Platform setup

Run the setup wizard for each platform you want to enable.

### Disboard

Use the Disboard setup command and configure:

| Parameter            | Description                                                                                                     |
| -------------------- | --------------------------------------------------------------------------------------------------------------- |
| Pings Role           | Role to ping when it's time to bump the server on Disboard                                                      |
| Notifications Thread | Public thread where bump notifications are posted (e.g. a thread named `Disboard Pings` in your voters channel) |
| Vote Points          | Number of points awarded per Disboard bump                                                                      |

![](https://imgur.com/rPg5buN.png)

### Top.gg

<Info>
  Complete the Top.gg webhook setup above before running this platform setup, otherwise Quarky won't receive vote events.
</Info>

Use the Top.gg setup command and configure:

| Parameter            | Description                                                             |
| -------------------- | ----------------------------------------------------------------------- |
| Pings Role           | Role to ping when it's time to vote on Top.gg                           |
| Notifications Thread | Public thread where vote notifications are posted (e.g. `Top.gg Pings`) |
| Bot ID               | The ID of your bot on Top.gg                                            |
| Vote Points          | Number of points awarded per Top.gg vote                                |

![](https://imgur.com/ZfRnpZF.png)

### Discadia

<Info>
  Complete the Discadia webhook setup above before running this platform setup, otherwise Quarky won't receive vote events.
</Info>

Use the Discadia setup command and configure:

| Parameter            | Description                                                               |
| -------------------- | ------------------------------------------------------------------------- |
| Pings Role           | Role to ping when it's time to vote for your server on Discadia           |
| Notifications Thread | Public thread where vote notifications are posted (e.g. `Discadia Pings`) |
| Discadia Server Link | The URL of your server on Discadia                                        |
| Vote Points          | Number of points awarded per Discadia vote                                |

![](https://imgur.com/dvCCs8j.png)

## Voting points

Each time a member bumps your server or votes for your bot, Quarky awards them the number of points you set during setup. When a vote is received, Quarky posts a message to your voters channel showing:

* The voter's current rank
* Their display name
* Total points earned
* Weekly points earned

This gives your community visibility into who is contributing most to your server's growth across all three platforms.

![](https://imgur.com/FjKGO3T.png)
![](https://imgur.com/NMHahtk.png)
![](https://imgur.com/XZ6RaDz.png)

## Ping roles

After completing the setup wizard, run `/bump roles` to post a reaction roles message to any channel. Members click the buttons on that message to opt in to the ping role for each platform they want to be reminded about. This ensures bump pings only reach members who have actively chosen to receive them.

![](https://imgur.com/sOkL0H9.png)
