suvanl / delet3

delet³ - Discord bot. Currently in alpha.
http://delet3.web.app
MIT License
6 stars 0 forks source link

Dev - use provided enums for type checking #68

Closed suvanl closed 2 years ago

suvanl commented 2 years ago

Discord.js provides enumerations for channel, activity, interaction (etc) types. This PR ensures that they are used, and also factors in the breaking changes made to enums between v13 and v14 of Discord.js.