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

    Type Alias AkairoClientOptions

    Options for the client.

    type AkairoClientOptions = {
        ownerID?: ArrayOrNot<Snowflake>;
        superUserID?: ArrayOrNot<Snowflake>;
    }
    Index

    Properties

    ownerID?: ArrayOrNot<Snowflake>

    Discord ID of the client owner(s).

    []
    
    superUserID?: ArrayOrNot<Snowflake>

    Discord ID of the client superUsers(s).

    []