Metatell AI Bot - v0.0.10
    Preparing search index...

    Interface CliOptions

    CLI type definitions

    interface CliOptions {
        debug?: boolean;
        name?: string;
        token?: string;
    }
    Index

    Properties

    Properties

    debug?: boolean
    name?: string
    token?: string