@a2hmarket/a2hmarket 0.8.0 → 0.8.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/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/scripts/install.mjs +1 -1
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
package/scripts/install.mjs
CHANGED
|
@@ -765,7 +765,7 @@ async function main() {
|
|
|
765
765
|
if (target) {
|
|
766
766
|
log(` Detected Feishu user: ${CYAN}${target}${RESET}`);
|
|
767
767
|
} else {
|
|
768
|
-
|
|
768
|
+
log(` ${WARN} Could not auto-detect Feishu user. Notification will be configured after first Feishu message.`);
|
|
769
769
|
}
|
|
770
770
|
} else if (chosen.name === "discord") {
|
|
771
771
|
target = await prompt2.ask("Enter Discord channel ID", "");
|