@gonzih/cc-discord 0.2.18 → 0.2.19

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.
Files changed (2) hide show
  1. package/dist/notifier.js +2 -0
  2. package/package.json +1 -1
package/dist/notifier.js CHANGED
@@ -97,6 +97,8 @@ export function parseNotification(raw) {
97
97
  }
98
98
  if (parsed.is_cron === true)
99
99
  return null;
100
+ if (parsed.text?.startsWith("⏰"))
101
+ return null;
100
102
  if (parsed.text)
101
103
  text = parsed.text;
102
104
  driver = parsed.driver;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gonzih/cc-discord",
3
- "version": "0.2.18",
3
+ "version": "0.2.19",
4
4
  "description": "Claude Code Discord bot — chat with Claude Code via Discord",
5
5
  "type": "module",
6
6
  "bin": {