NamVr / DiscordBot-Template

A boilerplate / template for discord.js v14 bots with 100% coverage of Discord API, command handler, error handler based on https://discordjs.guide/
https://djs.docs.namanvrati.me/
Apache License 2.0
316 stars 74 forks source link

Slash commands integrated #3

Closed KrishGarg closed 3 years ago

KrishGarg commented 3 years ago

With discord.js-v13, support for slash commands has arrived! I have written the logic for dynamic slash commands registering both locally and to discord. I have also made a very basic help command for reference. Also updated readme accordingly. PS: I used the slash command builder provided by discord.js themselves. You can link the docs for the slash command builder in the ReadMe if you want to, I haven't added that link though. Link