Skip to content

Commit

Permalink
chore: update config schemas
Browse files Browse the repository at this point in the history
Signed-off-by: Ar Rakin <rakinar2@onesoftnet.eu.org>
  • Loading branch information
virtual-designer committed Sep 9, 2024
1 parent d507071 commit efe6e71
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/schema/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"type": "boolean",
"default": false
},
"emoji_resolve_strategy": {
"type": "string",
"enum": [
"both",
"home_guild",
"application"
],
"default": "both"
},
"system_admins": {
"type": "array",
"items": {
Expand Down

0 comments on commit efe6e71

Please sign in to comment.