You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@
21
21
"KOFISECRET": {
22
22
"type": "string",
23
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."
24
+
},
25
+
"PINGUSERID": {
26
+
"type": "string",
27
+
"description": "**REQUIRED** Discord User ID to ping on donations. This is used to notify a specific user in Discord when a donation is made. Use `&` in front to ping a role"
0 commit comments