# Quick Start

{% hint style="info" %}
**Good to know:** A quick start guide can be good to help folks get up and running in a few steps. So you can quickly understand how to use it !
{% endhint %}

{% hint style="danger" %}
Drag all ***Basic Files*** out :point\_down:

*(Put the them along with **DiscordMessageAPI.dll**)*
{% endhint %}

{% hint style="danger" %}
Server must under **MP** mode.

and it only works <mark style="color:yellow;">**AFTER**</mark> Mission Started.
{% endhint %}

<figure><img src="https://1609250655-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoREH0JYeBSKTzMBvajEK%2Fuploads%2FiYD6qxPuBNu3QJU5OiQi%2Fimage.png?alt=media&#x26;token=8710fde7-9661-4bd1-adbd-f9afb7ba06e8" alt=""><figcaption><p>Initial State</p></figcaption></figure>

***

{% hint style="success" %}
They should end up like below 👇
{% endhint %}

<figure><img src="https://1609250655-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoREH0JYeBSKTzMBvajEK%2Fuploads%2FU5x4eWTBpILMgkhQh0pF%2FUntitled.png?alt=media&#x26;token=efb0f016-f4cb-4e20-bbf5-71a97c232172" alt=""><figcaption><p>Correct Result</p></figcaption></figure>

***

## Get the MOD Loaded on Server

Make sure <mark style="color:yellow;">Server</mark> load it properly in game.

## Setup Webhooks

Look into <mark style="color:yellow;">**`Aaren's Discord Message API`**</mark> mod folder should find <mark style="color:red;">**`Webhooks.json`**</mark>

***Example :***

```json
{
  "Webhooks": [
    "1278359253660340345/LjQUTr-KWH359tGmfiC5lCzLT0YqmH1trqYMOntkQqzMRgoff7EeIn9CRBNtxtqC0Kvr",
    "1278359253660340345/Second-Webhook"
  ]
}
```

{% hint style="danger" %}
The format \[*<mark style="color:yellow;">**`Channel-ID/Webhook-ID`**</mark>*].&#x20;

[~~https://discord.com/api/webhooks/~~](https://discord.com/api/webhooks/1278359253660340345/LjQUTr-KWH359tGmfiC5lCzLT0YqmH1trqYMOntkQqzMRgoff7EeIn9CRBNtxtqC0Kvr)  :x:
{% endhint %}
