# SlashDiscord.js (1.0.0)

SlashDiscord.js is an advanced SlashCommand handler for Discord.js, it supports sharding and &#x20;

Click the following link to get started

{% content-ref url="getting-started" %}
[getting-started](https://jeroenoboy.gitbook.io/slashdiscord-js/getting-started)
{% endcontent-ref %}

### Important Information.

* Your bot needs an extra scope in order to use SlashCommands. (more [here](https://jeroenoboy.gitbook.io/slashdiscord-js/getting-started/inviting-your-bot))
* It may take up to 2 hours before your slashcommands update, you can kick and reinvite the bot to make developing faster.


---

# 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://jeroenoboy.gitbook.io/slashdiscord-js/master.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.
