mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-04-30 22:44:26 +02:00
fix: incorrect description for user age condition (#16)
This commit is contained in:
parent
422bed5364
commit
999a345f96
@ -78,7 +78,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"server_age": {
|
"server_age": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "The user must be at least this many days old on the server."
|
"description": "The user must be less than this many days old on the server."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"description": "User condition."
|
"description": "User condition."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user