# GetGuildSplash

## GetGuildSplash

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

This export allows you to get the server's splash image URL.

{% tabs %}
{% tab title="200 Returns server splash image URL if found:" %}

```
'image.png'
```

{% endtab %}

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

```
nil
```

{% endtab %}
{% endtabs %}
