1.0.0 • Published 9 months ago

slash-handlers v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Slash-Handlers

  • Help your discord.js project. Helper slash handlers.

Usage

const handler = require("slash-handlers")

handler.slashhandler("foldername", "YOUR BOT TOKEN", "YOUR BOT ID")
  • Create a folder named what you typed in the Foldername parameter and write slash commands in it. It will be installed automatically and you will be able to run slash commands.