# discord.lib Official Documentation

## discord.lib

discord.lib is a library based on discord.js made by Absolute-Development.

{% hint style="warning" %}
All options has it's specific place. any incorrect placements will crush the bot.
{% endhint %}

{% hint style="info" %}
This package will not work on repl.it or glitch.com
{% endhint %}

## installation

`npm i discord.lib`

`npm i discord.lib.client`

## official documentation

official documentation could be found [here](https://absolute-develop.gitbook.io/discord-lib)

### Github edit

We trust our user to do edit to this document. We will take it away if people are abusing it.

## Trusted by

![Coding Minds Academy](https://421119512-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lrq9coQsCtP5FUDfiTg%2F-LuJjlMaCwjLYmiOTGm_%2F-LuJkBd8EdVG4FFwqzo0%2Fdownload%20\(1\).png?alt=media\&token=29811a6b-e25b-4d81-a65a-bf2915572bac)


---

# 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://discordlib.js.org/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.
