@tryforge/forge.minecraft
    Preparing search index...

    Interface IExtendedContextCache

    interface IExtendedContextCache {
        automod: AutoModerationActionExecution | null;
        channel: BaseChannel | null;
        emoji: Emoji | null;
        entitlement: Entitlement | null;
        gameRule: TypedGameRule<GameRuleType> | null;
        guild: Guild | null;
        interaction: Interaction | null;
        ipBan: IPBan | null;
        member: GuildMember | null;
        message: Message<boolean> | null;
        operator: Operator | null;
        player: Player | null;
        reaction: MessageReaction | null;
        role: Role | null;
        serverState: ServerState | null;
        sound: SoundboardSound | null;
        sticker: Sticker | null;
        subscription: Subscription | null;
        user: User | null;
        userBan: UserBan | null;
    }

    Hierarchy

    • IContextCache
      • IExtendedContextCache
    Index

    Properties

    automod: AutoModerationActionExecution | null
    channel: BaseChannel | null
    emoji: Emoji | null
    entitlement: Entitlement | null
    gameRule: TypedGameRule<GameRuleType> | null
    guild: Guild | null
    interaction: Interaction | null
    ipBan: IPBan | null
    member: GuildMember | null
    message: Message<boolean> | null
    operator: Operator | null
    player: Player | null
    reaction: MessageReaction | null
    role: Role | null
    serverState: ServerState | null
    sound: SoundboardSound | null
    sticker: Sticker | null
    subscription: Subscription | null
    user: User | null
    userBan: UserBan | null