patchcord 0.5.22 → 0.5.23
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/package.json
CHANGED
|
@@ -39,7 +39,7 @@ If you can't do it right now: use `reply(message_id, "reason", defer=true)` to k
|
|
|
39
39
|
|
|
40
40
|
## Startup
|
|
41
41
|
|
|
42
|
-
Call `inbox()` once at session start.
|
|
42
|
+
Call `inbox()` once at session start. **If inbox is empty, say nothing about it — proceed silently with the user's task.**
|
|
43
43
|
|
|
44
44
|
If there are pending actionable messages:
|
|
45
45
|
|