discord-ts-webhook
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -60,3 +60,3 @@ export type WebhookOptions = { | ||
timestamp?: Date; | ||
color?: number; | ||
color?: string; | ||
description?: string; | ||
@@ -84,3 +84,3 @@ fields: WebhookField[]; | ||
setTimestamp(): this; | ||
setColor(color: number): this; | ||
setColor(color: string): this; | ||
setDescription(description: string): this; | ||
@@ -87,0 +87,0 @@ addField(fieldName: string, fieldValue: string, inline?: boolean): this; |
{ | ||
"name": "discord-ts-webhook", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Allows for easy webhook sending through discord's webhook API", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package