> For the complete documentation index, see [llms.txt](https://docs.badger.store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.badger.store/fivem-discord-scripts/badger_discord_api/getguilddesc.md).

# GetGuildDescription

## GetGuildDescription

<mark style="color:blue;">`GET`</mark> `exports.Badger_Discord_API:GetGuildDescription()`

This export allows you to get the server's description the script is connected to.

{% tabs %}
{% tab title="200 Returns server description if found:" %}

```
'Jared's Developer Community is a friendly community...'
```

{% endtab %}

{% tab title="404 Returns nil if not found:" %}

```
nil
```

{% endtab %}
{% endtabs %}
