meinu
    Preparing search index...

    Interface CommandInfoBasicsInternal

    The base info for a command.

    interface CommandInfoBasics {
        name: string | Locales;
        owners_only?: boolean;
        nsfw?: boolean;
        integration_types?: ApplicationIntegrationType[];
        contexts?: InteractionContextType[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    name: string | Locales
    owners_only?: boolean
    false
    
    nsfw?: boolean
    false
    
    integration_types?: ApplicationIntegrationType[]