> For the complete documentation index, see [llms.txt](https://kibibyte.gitbook.io/discord-suite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kibibyte.gitbook.io/discord-suite/all-nodes/initialize-discord.md).

# Initialize Discord

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

## 📄 <mark style="color:yellow;">Description</mark>

Initializes the Discord SDK

{% hint style="warning" %}
You should put a small delay after this so it has time to initialize. 1 second should be enough.
{% endhint %}

{% tabs %}
{% tab title="Inputs" %}

<table><thead><tr><th width="200">Name</th><th>Description</th></tr></thead><tbody><tr><td><strong>Client ID</strong></td><td>Your Discord application's client ID</td></tr></tbody></table>
{% endtab %}

{% tab title="Outputs" %}

<table><thead><tr><th width="200">Name</th><th>Description</th></tr></thead><tbody><tr><td><strong>Return Value</strong></td><td>True if initialization was successful, false otherwise</td></tr></tbody></table>
{% endtab %}
{% endtabs %}
