import { User } from "../structures/user.ts"; import { Guild, Channel } from "../types/return-type.ts"; import { Message } from "../structures/message.ts"; export const cache = { guilds: new Map(), users: new Map(), channels: new Map(), messages: new Map(), unavailableGuilds: new Map() }