discord-jda / JDA

Java wrapper for the popular chat & VOIP service: Discord https://discord.com
Apache License 2.0
4.26k stars 730 forks source link

fix(docs): use useCache(false) if you want to make a request #2677

Closed TecToast closed 3 months ago

TecToast commented 3 months ago

Pull Request Etiquette

Changes

Closes Issue: NaN

Description

This fixes an error in the documentation where it was stated that useCache(true) must be used to always make a new request, which is not the case.