We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2db5e6 commit 0ee8563Copy full SHA for 0ee8563
index.js
@@ -142,7 +142,7 @@ async function portCallback(data) {
142
}
143
case "challenge":
144
parentPort.postMessage({
145
- type: "challenge",
+ type: "challenge_response",
146
challenge: data.challenge
147
});
148
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nocom_bot/mod_database_json",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "v1 Spec-compliant JSON database module for NOCOM_BOT",
5
"main": "index.js",
6
"scripts": {
0 commit comments