Sparky
    Preparing search index...

    Interface for secret configuration, including sensitive information. This information should not be shared publicly or stored in version control.

    interface ISecretConfig {
        tenorAPIKey?: string;
        token?: string;
    }
    Index

    Properties

    Properties

    tenorAPIKey?: string

    Tenor API key for GIF support.

    token?: string

    Discord bot token for authentication.