clipbait 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -25,7 +25,7 @@ const NEED_KEY = [
|
|
|
25
25
|
" you don't have one yet).",
|
|
26
26
|
" • New to Clipbait? Sign up at https://clipbait.ai, then grab your key from /me.",
|
|
27
27
|
"",
|
|
28
|
-
"Then
|
|
28
|
+
"Then come back here and paste your key (cbk_live_...) — I'll finish connecting you.",
|
|
29
29
|
"",
|
|
30
30
|
].join("\n");
|
|
31
31
|
|
package/package.json
CHANGED