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

    Class SlashModuleClassAbstract

    This class implements SlashModule, by OOP magic, you can use

    addModules(new [your_extended_classname]())
    

    Implements

    Index

    Constructors

    Properties

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

    This hook should only be handled internally