@tanzanite/discord-akairo
    Preparing search index...

    Class AkairoModule<Handler, Module, Events>Abstract

    Base class for a module.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    category: Category<string, AkairoModule<Handler, Module, Events>>

    The category this module belongs to.

    categoryID: string

    The ID of the category this module belongs to.

    client: AkairoClient

    The client thant instantiated this module.

    filepath: string

    The filepath of this module.

    handler: Handler

    The handler for this module.

    id: string

    The ID of this module.

    Methods