fix: add missing comma to configuration JSON template (#11)

This commit is contained in:
White Choco 2024-08-20 14:35:14 +09:00 committed by GitHub
parent ba4caf2dc0
commit 78c811b3ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ You can configure state, details and git integration by changing Discord Presenc
// Rules - disable presence in some workspaces // Rules - disable presence in some workspaces
"rules": { "rules": {
"mode": "blacklist" // or whitelist "mode": "blacklist", // or whitelist
"paths": [ "paths": [
"absolute path" "absolute path"
] ]