0.1.2 • Published 3 years ago

slashcommandloader v0.1.2

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

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

  1. run npm i or yarn install
  2. Duplicate the .example.env file and call it .env
  3. fill in your bot token and client id in the .env file
  4. execute the command npm test or yarn test