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

# Introduction

## Installation <a href="#code" id="code"></a>

```javascript
const fallsDjs = require("falls.djs");

const fallsDjsManager = new fallsDjs.Manager(client)

//We now have a fallsDjs property to access the manager everywhere!
// Dont forget create client first if you need help about creating client go Discorrd Client page.
client.fallsDjsManager = fallsDjsManager;
```
