# Bump Fillers

## What are they?

Put simply, bump fillers allow you to turn a server statistic expression, such as`{members}` into an accurate value based on the number of members in your server!

## How to use

You can display a filler anywhere within your bump description, find the type of statistic filler you wish to use from below and paste it into your server's bump message!

## Filler types

This section highlights all types of statistic fillers that are currently available for use by all users

### Member count

{% tabs %}
{% tab title="General" %}
`{members}` Displays the current number of (any type of) members in your server
{% endtab %}

{% tab title="Member types" %}
`{members.bot}` Displays the number of bots in your server

`{members.real}` Displays the number of "humans"/non-bots in your server
{% endtab %}

{% tab title="Online/Offline" %}
`{members.online}` Displays the number of online members in your server

`{members.idle}` Displays the number of idle members in your server

`{members.dnd}` Displays the number of do not disturb members in your server

`{members.offline}` Displays the number of offline members in your server
{% endtab %}
{% endtabs %}

### Server info

`{server.name}` Displays the server's name

### Emoji info

`{emojis}` Displays the number of emojis in your server\
`{emojis.list}` Displays a list of all of the emojis in your server


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://devlinbots.gitbook.io/servermate/general/bump/fillers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
