Installation

Installation

Follow the instructions below to install DJS-Commands and the other required Dependencies.

Install Required Dependencies

Ignore the ones you already have installed.

npm install discord.js dotenv

Install DJS-Commands

npm install @d3oxy/djs-commands@latest

Install Optional Dependencies (Recommended)

npm install mongoose

Project Setup

Learn how to setup a complete DiscordJS Bot Project with DJS-Commands.

Choose your preferred Language below.

Typescript Recommended
DJS-Commands is designed to use the full potential of Typescripts Type Safety and Autocompletion. If you are not familiar with Typescript, you can use Javascript.