TeamRizu / OutFox-Discord-Bot

Project OutFox Discord Bot
Apache License 2.0
1 stars 0 forks source link

[Measure Branch] Update all commands to comply with Discord.js 14.3.0 #30

Closed moruzerinho6 closed 2 years ago

moruzerinho6 commented 2 years ago

With the creation of the measure command, Discord.js version has been updated from v13 to v14, lots of internal changes happened with causes some commands to not build at all (volume) and other that will cause errors at runtime.

Notable changes:

MessageEmbed -> EmbedBuilder MessageAttachment -> AttachmentBuilder

All component classes also got changed.