Type alias DiscordOptions

DiscordOptions: {
    username?: string;
    webhookUrl?: string;
}

Options for sending a message to Discord.

Type declaration

  • Optional username?: string

    The username that will be displayed when sending the message.

  • Optional webhookUrl?: string

    The Discord webhook URL.

Generated using TypeDoc