import { Guild } from "../types/guild"; export const cache = { guilds: new Map(), users: new Map(), channels: new Map(), }