timotejroiko / discord.js-light

All the power of discord.js, zero caching. This library modifies discord.js's internal classes and functions in order to give you full control over its caching behaviour.
Apache License 2.0
292 stars 29 forks source link

fix: add UserContextMenuInteraction #87

Closed Vicente015 closed 2 years ago

Vicente015 commented 2 years ago

They added UserContextMenuInteraction and MessageContextMenuInteraction but you missed the UserContextMenuInteraction

timotejroiko commented 2 years ago

how did i miss this lmao, thanks. you just need to add a break; in there and i'll merge

Vicente015 commented 2 years ago

done