Skip to content

Commit 3c8e8eb

Browse files
committed
bold
1 parent 0416f5a commit 3c8e8eb

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.dev.vars.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
WEBHOOK=
2-
KOFISECRET=
1+
WEBHOOK=""
2+
KOFISECRET=""

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@
1515
"cloudflare": {
1616
"bindings": {
1717
"WEBHOOK": {
18-
"description": "Discord Channel Webhook URL"
18+
"description": "**REQUIRED** Discord Channel Webhook URL",
19+
"type": "string"
1920
},
2021
"KOFISECRET": {
21-
"description": "Kofi Verification Token. This is used to verify that the request is coming from Kofi. Get in the [Advanced Drop Down](https://ko-fi.com/manage/webhooks) of your Kofi page."
22+
"type": "string",
23+
"description": "**REQUIRED** Kofi Verification Token. This is used to verify that the request is coming from Kofi. Get in the [Advanced Drop Down](https://ko-fi.com/manage/webhooks) of your Kofi page."
2224
}
2325
}
2426
}

0 commit comments

Comments
 (0)