You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently each plugin must attempt to fetch the relevant data individually which is causing mass amounts of requests / callbacks.
If the event had these getters and cached the data. (note this is independent of the fetch cache RFC).
See MessageSent event as an example, you cannot even fetch guild without fetching channel to fetch guild_id.
The text was updated successfully, but these errors were encountered:
Currently each plugin must attempt to fetch the relevant data individually which is causing mass amounts of requests / callbacks.
If the event had these getters and cached the data. (note this is independent of the fetch cache RFC).
See
MessageSent
event as an example, you cannot even fetch guild without fetching channel to fetchguild_id
.The text was updated successfully, but these errors were encountered: