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

MessageFlags is not defined #25

Closed MrBoombastic closed 3 years ago

MrBoombastic commented 3 years ago

https://github.com/timotejroiko/discord.js-light/blob/ed7f9c3c8ebdcc666a951686715d322091502433/classes.js#L80

Got error "ReferenceError: MessageFlags is not defined" while trying to check property "crosspostable" of message.

timotejroiko commented 3 years ago

Fixed. Thanks!