# Setup

## Vorbereitung

### Einen Bot erstellen

#### **Schritt 1: Webseite öffnen**

Gehe auf folgende Webseite: [Developers Application](https://discord.com/developers/applications)

#### **Schritt 2: Erstellen**

Klicke oben rechts auf ***New Application***

<figure><img src="/files/mhjSMlGpWtxg1fclqyQk" alt=""><figcaption><p>Erstelle eine neue Application</p></figcaption></figure>

#### **Schritt 3: Namen vergeben**

Trage einen Namen für den Bot ein, akzeptiere die ***Terms of Service*** und die ***Developer Policy***

<figure><img src="/files/qf8PDsnGZzKDswSAxnv0" alt=""><figcaption><p>Vergabe eines Namens der Application</p></figcaption></figure>

#### **Schritt 4: Token reset**

Reset Token um ihn anzeigen zu lassen.&#x20;

{% hint style="danger" %}
Gebe deinen Token nicht weiter, wenn doch kann die Person / können die Personen darüber deinen Bot starten und Unfug damit anstellen.
{% endhint %}

<figure><img src="/files/jO1THrJOaxkKRUvlOqtE" alt=""><figcaption><p>Token Reset</p></figcaption></figure>

#### **Schritt 5: Reset bestätigen**

Reset bestätigen und Token anschließend kopieren

{% hint style="danger" %}
Den Token abspeichern, da wir diesen später noch benötigen!
{% endhint %}

<figure><img src="/files/1RvmM8dq1rfVM3uuKvbd" alt=""><figcaption><p>Reset bestäigen</p></figcaption></figure>

#### **Schritt 6: Einladen**

Als nächstes erstellst du dir ein Einladungslink&#x20;

<figure><img src="/files/w7ObkZvyVtcDzWCpyDXt" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/CCONbI3hhKF562LIUy73" alt=""><figcaption></figcaption></figure>

#### **Schritt 7:**

Als nächstes kopierst du den Link und öffnest diesen in einem neuen Fenster.

#### **Schritt 8: Server wählen**

<figure><img src="/files/MFHaluyW6NHlBpbqUCnp" alt=""><figcaption></figcaption></figure>

Im nächsten Fenster klicke auf *Autorisieren*.

<figure><img src="/files/o2rX2Vf2GObrvvRfoajQ" alt=""><figcaption></figcaption></figure>

Nun sollte der Bot auf deinem Discord Server zu sehen sein.

#### **Developer Mode**

Aktiviere nun den *Developer Mode* um das Module Discord Bot richtig einstellen zu können.

In den Einstellungen unter *Erweitert* kannst du den Entwicklermodus aktivieren.

<figure><img src="/files/G3NtH2jixP0kcLgexU7H" alt=""><figcaption></figcaption></figure>


---

# 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://wiki-de.herrtechniker.eu/bungeesystem/module/discord-bot/setup.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.
