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
322 stars 75 forks source link

✨ | Use Events Constants for Name #30

Closed Mr-Leonerrr closed 1 year ago

Mr-Leonerrr commented 1 year ago

Description

The latest discord.js updates allow using of constants in the event names, this is very useful to avoid possible mistakes when typing the name of the event or using an event that does not exist.

Also, the @discordjs/rest package is no longer needed, REST and Routes can be used directly from discord.js

Possibly consider updating the core in other PR related with those packages changes.

NamVr commented 1 year ago

Hey, sorry for delay, I just completely forgot this PR.