pub static GUILD_CHANNEL_LIST_CACHE: LazyLock<Cache<GuildId, HashMap<ChannelId, GuildChannel>>>
Cache for guild channel lists, mapping guild IDs to their channel lists.