Introduction

This page is currently for the v2 release of falls.djs

Installation

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;

Last updated