Slash-Command-Handler
Slash Command Handler is a discord.js template for easily making slash commands.
Installation
Clone the repository from github and then install the packages used.
npm i
Usage
- Setup config.json with your own settings.
- Navigate to the commands directory & make a command using the templates provided.
- To push slash commands to a single server
npm start dev
- To push slash commands globally
npm start
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.