Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 526 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 526 Bytes

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