Skip to content

Commit 0ee8563

Browse files
committed
0.0.2: fix challenge response
1 parent e2db5e6 commit 0ee8563

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ async function portCallback(data) {
142142
}
143143
case "challenge":
144144
parentPort.postMessage({
145-
type: "challenge",
145+
type: "challenge_response",
146146
challenge: data.challenge
147147
});
148148
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nocom_bot/mod_database_json",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "v1 Spec-compliant JSON database module for NOCOM_BOT",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)