NamVr DiscordBot Template Versions Save

A boilerplate / template for discord.js v14 bots with 100% coverage of Discord API, command handler, error handler based on https://discordjs.guide/

v3.3.0

1 year ago

⚡ v3.3.0 | DiscordBot-Template

This update brings out the whole new Discord.JS v14 addition & compatibility. Well, we are always updated on time! Alongside, we added Autocomplete too!

✨ | New features

  • Autocomplete Interaction Request Handler: Brand new section to autocomplete reactions with a fantastic ready to use example sample.js available!

🛠️ | Fixes & Updates

  • Compatibility to Discord.JS v14, with zero bugs!

⭐ | Please Support Development!

Help me out to reach the whole discord community! I'm really trying my best to deliver a simplest, yet flexible Discord API handling solution for everyone, right from the newbies to the experts. This will of course remain free always, so please consider to at least star the project to spread the word - or you should check out for a button at the top of this page to support me out!

Keep your creativity up!

v3.2.2

1 year ago

⚡ v3.2.2 | DiscordBot-Template

This update brings out the most awaited feature ever - typescript-based typing support! Now many popular IDEs/Code Editors will support all typings ever needed in your project, that includes live error checking too!

✨ | New features

  • typings.d.ts: New typing file with all extra types we use in our template-handler to handle the Client of the project and as well as other types of the project.

🛠️ | Fixes & Updates

  • Improved all existing files to match typing standards, no more repeated and unnecessary jsdoc comments, types have got you covered!
  • Types are easily extendible (flexible) to your own needs, if you ever need it!

⭐ | Please Support Development!

Help me out to reach the whole discord community! I'm really trying my best to deliver a simplest, yet flexible Discord API handling solution for everyone, right from the newbies to the experts. This will of course remain free always, so please consider to at least star the project to spread the word - or you should check out for a button at the top of this page to support me out!

Keep your creativity up!

v3.2.0

1 year ago

⚡ v3.2.0 | DiscordBot-Template

This update brings out some new features that were added to discord.js recently (like modals), and some fixes of typings to assist you better while you're coding!

✨ | New features

  • Modals handler: very much similar to the button handler, modals is a new and powerful feature of discord.js recently added. You can now create individual code files to handle each modal submission, really easily. You can have more knowledge about them @ Official Discord.js Guide.

🛠️ | Fixes & Updates

  • Improved typings, comments and other existing (previously a mess) files to improve file structure, code readability and of course to improve AI of VSC to assist you while coding (auto-completions, code validations - including object properties, types etc). I'll also work on typings in the future to make the best possible typings (third-party module-free) for everyone!

⭐ | Please Support Development!

Help me out to reach the whole discord community! I'm really trying my best to deliver a simplest, yet flexible Discord API handling solution for everyone, right from the newbies to the experts. This will of course remain free always, so please consider to at least star the project to spread the word - or you should check out for a button at the top of this page to support me out!

Keep your creativity up!

v3.1.0

2 years ago

⚡ v3.1.0 | DiscordBot-Template

This update brings out to fix a breaking sub-command in help interaction-type command, along with proper license (finally).

🛠 | Fixes & Updates

  • Command specific help now work as they are intended. (9ae692c4072b112903aefc836c2308c8d9bb2e89)

💖 | Credits

  • Thank a ton to @GoudronViande24 for bringing this issue in my attention and also contributing to fix it. (#13 #11)

v3.0.1

2 years ago

⚡ v3.0.1 | DiscordBot-Template

This update brings out to fix a breaking change in select menus's handler.

🛠 | Fixes & Updates

  • Select Menus now work as they are intended. (e3bc1d2b1fa29ee19b4e2bc8d6b4f60da9f564f1)

💖 | Credits

  • Thank a ton to @HysMX for bringing this issue in my attention (#5)

v3.0.0

2 years ago

⚡ v3.0.0 | DiscordBot-Template

This update brings out all of the newest discord features like threads, buttons, select and context menus!

✨ | New features

  • Button Interaction Handler with categories!
  • Select Menus Interaction Handler with categories!
  • Support for all new Context Menus or right-click interactions and automated registration!
  • All new Slash Commands with automated registrations!

🛠 | Fixes & Updates

  • The code is now fully documented using jsDoc.
  • Bot now supports Discord.JS v13!
  • Threads are now supported!
  • Advanced Error Handling implemented!
  • Default Messages like onBotMention, onButtonError etc implemented for more advanced user experience!

💖 | Credits

  • Thank a ton to @KrishGarg for contributing and helping.

And much more - to your creativity. This template now covers A-z of Discord API components. Feel free to give a star to support development!

2.0.0

2 years ago

An extensive discord.js (v12) command handler with new trigger command handler included as well with the normal command handler.