> For the complete documentation index, see [llms.txt](https://devlinbots.gitbook.io/servermate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devlinbots.gitbook.io/servermate/general/bump/fillers.md).

# 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
