How Emoji/Role cache works? #2146
Answered
by
MinnDevelopment
FerroEduardo
asked this question in
Questions and Help
-
I tried to find information about how the cache is filled, but could not find details. |
Beta Was this translation helpful? Give feedback.
Answered by
MinnDevelopment
Jun 3, 2022
Replies: 1 comment 1 reply
-
The cache is updated by other events such as:
You can find the full list of events here. It is handled by the handler classes in net.dv8tion.jda.internal.handle. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FerroEduardo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The cache is updated by other events such as:
You can find the full list of events here. It is handled by the handler classes in net.dv8tion.jda.internal.handle.