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

Typescript file out of date #44

Closed scottbucher closed 3 years ago

scottbucher commented 3 years ago

image

Docs says there is an option for caching members but it doesn't appear to be an option.

image

timotejroiko commented 3 years ago

this option was added in response to the removal of fetchAllMembers, however im still unsure about it, need to review the code for it and might even remove it in the future, not sure yet. If you need it feel free to PR the typing for it.

scottbucher commented 3 years ago

I just realized it is up to date in master but it is not published to npm