Skip to content
/ Handlers Public template

Supportive, Efficient and Excellent discord.js Command Handlers

License

Notifications You must be signed in to change notification settings

bufferwise/Handlers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supportive D.js v14 Command Handler

Written by MRZ
Made for MRZy, MRZy Music, MRZverse. Other Discord Bots.

Includes

✅ Slash Commands
✅ Sub-Slash Commands
✅ Group-Sub-Slash Commands
✅ Context-Menus
✅ Extends discord.js for better types
✅ Default sharding via discord-hybrid-sharding
✅ jsdoc Types
✅ color based log-level logger without a console coloring module
✅ slash command mentions cache builder
✅ fast, and memory friendly File Loading (no synchronus, memory rss blocking)
✅ Modern ESM Style

And more!

Slash Commands Limits:

In the /src/commands you can create up to 100 Commands / Folders.

  • Slash Commands

Inside of a Folder of /src/commands, e.g: /src/commands/Info you can create up to 25 Commands / Folders

  • Sub-Slash Commands

Inside of a Folder of a Folder of /src/commands, e.g: /src/commands/Info/User you can create up to 25 Commands

  • Group-Sub-Slash Commands

Important!

NOTE: For Every folder you create inside of /src/commands, you need to write the DirSetup object in: /src/data/SlashCommandDirSetup.mjs

  • This Project is a module aka written in esm, so your JS Files should be named: *.mjs

About

Supportive, Efficient and Excellent discord.js Command Handlers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published