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

# Welcome

{% hint style="info" %}
My project uses decorators, you can read about them here [TypeScript 5.0 Decorators](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#decorators)
{% endhint %}

## `Features`

* Full implementation of discord.js v14 in TypeScript
* Custom logger and env parser, easier to share with people.
* Clean code and well documented.
* Comes with prebuilt utils such as local sql db (utils/sql) and remote mysql db (utils/db

## `Contributing`

Contributions are welcome! If you have suggestions for improvements or want to add new features, feel free to open an issue or create a pull request.

1. Fork the repository
2. Create your feature branch (`git checkout -b features/a_new_feature`)
3. Commit your changes (`git commit -m 'New commit'`)
4. Push to the branch (`git push origin feature/a_new_feature`)
5. Open a pull request

{% hint style="success" %}
**Repository**: <https://github.com/hiraeeth/DiscordTS-Base>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://discord-base.gitbook.io/discord-base/readme.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.
