Skip to content

Getting started

discord-features-handler is a package that handles loading commands including slash commands, events and features of your discordjs bot. It allows the developer to focus on creating commands and features for the bot. Also supporting TypeScript natively

Installation

To install the discord-features-handler package run the following command in your terminal:

npm install discord-features-handler

Other Required Packages

Info

Make sure to have the following packages installed

discord.js v14.9 or later
npm install discord.js
For your environment variables:
npm install dotenv