DiscordBot icon indicating copy to clipboard operation
DiscordBot copied to clipboard

[Suggestion] Event model getters

Open JaxkDev opened this issue 2 years ago • 0 comments

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.

JaxkDev avatar Oct 03 '23 10:10 JaxkDev