cocoa-discord - v3.2.0
    Preparing search index...

    Interface SlashModule

    interface SlashModule {
        commands: commandsDict<CocoaSlash>;
        description?: string;
        name: string;
        presync?: () => Awaitable<void>;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    description?: string
    name: string
    presync?: () => Awaitable<void>

    This hook should only be handled internally