mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
members and roles to controllers
This commit is contained in:
@@ -12,6 +12,7 @@ export interface CacheData {
|
||||
messages: Collection<string, Message>;
|
||||
unavailableGuilds: Collection<string, number>;
|
||||
presences: Collection<string, PresenceUpdatePayload>;
|
||||
fetchAllMembersProcessingRequests: Collection<string, Function>;
|
||||
}
|
||||
|
||||
export const cache: CacheData = {
|
||||
@@ -21,6 +22,7 @@ export const cache: CacheData = {
|
||||
messages: new Collection(),
|
||||
unavailableGuilds: new Collection(),
|
||||
presences: new Collection(),
|
||||
fetchAllMembersProcessingRequests: new Collection<string, Function>(),
|
||||
};
|
||||
|
||||
async function cleanMessageCache() {
|
||||
|
||||
Reference in New Issue
Block a user