README
SlashCommandLoader
An advanced slash command handler for discord using SlashDiscord.js
npm i SlashCommandLoader
or
yarn add SlashCommandLoader
Known issues
- When using shards, if your command requires the bot in any way it tries to start it, i will be planning to fix this in the furute.
Testing
- run npm i or yarn install
- Duplicate the .example.env file and call it .env
- fill in your bot token and client id in the .env file
- execute the command npm test or yarn test