docs(install): fix fly discord channel allow -> enabled to match schema (#102129)

Co-authored-by: Peter Steinberger <steipete@gmail.com>
This commit is contained in:
wm0018
2026-08-01 07:43:43 +08:00
committed by GitHub
parent 01cd336a63
commit ccaf807fa0

View File

@@ -171,7 +171,7 @@ read_when:
"groupPolicy": "allowlist",
"guilds": {
"YOUR_GUILD_ID": {
"channels": { "general": { "allow": true } },
"channels": { "general": { "enabled": true } },
"requireMention": false
}
}