suzumearch 0.2.28 → 0.2.29
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/README.md +3 -1
- package/cli.mjs +2034 -2245
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -164,7 +164,9 @@ Message Content is a privileged Discord Gateway intent. Keep it off unless you
|
|
|
164
164
|
need replies without an explicit bot mention to include readable text, and enable
|
|
165
165
|
the same intent in the Discord Developer Portal before running
|
|
166
166
|
`/discord message-content on`; otherwise Discord can reject the gateway
|
|
167
|
-
connection with a disallowed-intent close code.
|
|
167
|
+
connection with a disallowed-intent close code. If startup stalls while Message
|
|
168
|
+
Content is requested, Suzume retries without that privileged intent so
|
|
169
|
+
mention-based prompts can still work.
|
|
168
170
|
|
|
169
171
|
Warning: Discord mode automatically switches the session to
|
|
170
172
|
`bypassPermissions` by default. Anyone who can post in the configured Discord
|