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

Update README.md #81

Closed some1chan closed 3 years ago

some1chan commented 3 years ago

For context: I was looking for ways to decrease memory usage on my bot, and I remembered this library. I found the GitHub page, read the README.md, and it seemed helpful. However, I was confused about what possible caching configurations weren't supported. It took a day, some sleep, and thinking about something else to stumble upon discord.js' ClientOptions, and there was my answer in red.

To hopefully save some people time, I propose linking discord.js' documentation to clarify what exactly is unsupported.

I've linked specifically 13.2.0, in case of breaking changes to cache (although I don't believe that will happen for a while). I wouldn't be opposed to linking to the default stable, though.