Introduction
Welcome to simply-djs. This is an third-party package for Discord.JS used to implement complex systems with few-lines.
WARNING
You must be familiar with the fundamentals of JavaScript and Discord.js
Tip
Useful Links
Don't know JavaScript? Need to Learn? Take a look at these:
Learn JavaScript and once you feel you're cool enough to make a bot, come back and lets get started!
Installation
Get started by installing our package..
- npm
- yarn
- pnpm
npm install simply-djs
yarn add simply-djs
pnpm add simply-djs
Importing the package
You can import the package using this code. Without this declaration, you cannot access the package functions
- Javascript
- Typescript
const simplydjs = require("simply-djs");
import simplydjs from "simply-djs";
Need Help ?
Join our Discord Server Helping others is something we really like doing. Join our server!. Don't be afraid to ask help!