diff --git a/assets/schemas.json b/assets/schemas.json
index a30c3f46..b208b4cf 100755
--- a/assets/schemas.json
+++ b/assets/schemas.json
@@ -1188,7 +1188,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -4042,6 +4043,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -4389,7 +4393,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -4784,7 +4789,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -4794,6 +4801,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -6174,7 +6197,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -9028,6 +9052,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -9375,7 +9402,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -9770,7 +9798,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -9780,6 +9810,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -11162,7 +11208,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -14016,6 +14063,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -14363,7 +14413,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -14758,7 +14809,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -14768,6 +14821,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -16137,7 +16206,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -18991,6 +19061,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -19338,7 +19411,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -19733,7 +19807,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -19743,6 +19819,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -21154,7 +21246,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -24008,6 +24101,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -24355,7 +24451,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -24750,7 +24847,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -24760,6 +24859,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -26128,7 +26243,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -28982,6 +29098,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -29329,7 +29448,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -29724,7 +29844,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -29734,6 +29856,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -31103,7 +31241,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -33957,6 +34096,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -34304,7 +34446,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -34699,7 +34842,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -34709,6 +34854,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -36090,7 +36251,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -38944,6 +39106,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -39291,7 +39456,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -39686,7 +39852,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -39696,6 +39864,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -41080,7 +41264,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -43934,6 +44119,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -44281,7 +44469,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -44676,7 +44865,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -44686,6 +44877,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -46052,7 +46259,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -48906,6 +49114,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -49253,7 +49464,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -49648,7 +49860,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -49658,6 +49872,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -51126,7 +51356,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -53980,6 +54211,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -54327,7 +54561,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -54722,7 +54957,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -54732,6 +54969,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -56110,7 +56363,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -58964,6 +59218,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -59311,7 +59568,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -59706,7 +59964,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -59716,6 +59976,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -61097,7 +61373,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -63951,6 +64228,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -64298,7 +64578,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -64693,7 +64974,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -64703,6 +64986,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -66076,7 +66375,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -68930,6 +69230,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -69277,7 +69580,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -69672,7 +69976,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -69682,6 +69988,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -71091,7 +71413,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -73945,6 +74268,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -74292,7 +74618,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -74687,7 +75014,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -74697,6 +75026,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -76075,7 +76420,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -78929,6 +79275,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -79276,7 +79625,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -79671,7 +80021,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -79681,6 +80033,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -81050,7 +81418,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -83904,6 +84273,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -84251,7 +84623,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -84646,7 +85019,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -84656,6 +85031,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -86028,7 +86419,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -88882,6 +89274,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -89229,7 +89624,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -89624,7 +90020,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -89634,6 +90032,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -91011,7 +91425,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -93865,6 +94280,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -94212,7 +94630,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -94607,7 +95026,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -94617,6 +95038,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -95991,7 +96428,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -98845,6 +99283,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -99192,7 +99633,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -99587,7 +100029,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -99597,6 +100041,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -100978,7 +101438,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -103832,6 +104293,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -104179,7 +104643,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -104574,7 +105039,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -104584,6 +105051,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -105953,7 +106436,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -108807,6 +109291,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -109154,7 +109641,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -109549,7 +110037,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -109559,6 +110049,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -110928,7 +111434,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -113782,6 +114289,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -114129,7 +114639,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -114524,7 +115035,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -114534,6 +115047,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -114787,6 +115316,9 @@
},
"guild_template_code": {
"type": "string"
+ },
+ "staff_only": {
+ "type": "boolean"
}
},
"additionalProperties": false,
@@ -115922,7 +116454,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -118776,6 +119309,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -119123,7 +119659,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -119518,7 +120055,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -119528,6 +120067,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -120931,7 +121486,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -123785,6 +124341,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -124132,7 +124691,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -124527,7 +125087,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -124537,6 +125099,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -125906,7 +126484,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -128760,6 +129339,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -129107,7 +129689,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -129502,7 +130085,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -129512,6 +130097,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -130869,7 +131470,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -133723,6 +134325,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -134070,7 +134675,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -134465,7 +135071,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -134475,6 +135083,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -135847,7 +136471,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -138701,6 +139326,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -139048,7 +139676,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -139443,7 +140072,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -139453,6 +140084,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -139751,6 +140398,9 @@
},
"guild_template_code": {
"type": "string"
+ },
+ "staff_only": {
+ "type": "boolean"
}
},
"additionalProperties": false,
@@ -140886,7 +141536,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -143740,6 +144391,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -144087,7 +144741,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -144482,7 +145137,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -144492,6 +145149,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -145883,7 +146556,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -148737,6 +149411,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -149084,7 +149761,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -149479,7 +150157,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -149489,6 +150169,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -150859,7 +151555,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -153713,6 +154410,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -154060,7 +154760,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -154455,7 +155156,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -154465,6 +155168,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -155997,7 +156716,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -158851,6 +159571,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -159198,7 +159921,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -159593,7 +160317,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -159603,6 +160329,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -160993,7 +161735,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -163847,6 +164590,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -164194,7 +164940,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -164589,7 +165336,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -164599,6 +165348,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -165983,7 +166748,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -168837,6 +169603,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -169184,7 +169953,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -169579,7 +170349,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -169589,6 +170361,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -170977,7 +171765,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -173831,6 +174620,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -174178,7 +174970,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -174573,7 +175366,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -174583,6 +175378,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -175961,7 +176772,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -178815,6 +179627,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -179162,7 +179977,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -179557,7 +180373,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -179567,6 +180385,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -180942,7 +181776,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -183796,6 +184631,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -184143,7 +184981,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -184538,7 +185377,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -184548,6 +185389,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -186051,7 +186908,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -188905,6 +189763,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -189252,7 +190113,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -189647,7 +190509,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -189657,6 +190521,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -191014,7 +191894,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -193868,6 +194749,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -194215,7 +195099,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -194610,7 +195495,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -194620,6 +195507,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -194864,6 +195767,9 @@
"flags": {
"type": "integer"
},
+ "channel_id": {
+ "type": "string"
+ },
"attachments": {
"description": "TODO: we should create an interface for attachments\nTODO: OpenWAAO<-->attachment-style metadata conversion",
"type": "array",
@@ -194893,9 +195799,6 @@
"nonce": {
"type": "string"
},
- "channel_id": {
- "type": "string"
- },
"tts": {
"type": "boolean"
},
@@ -196120,7 +197023,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -198974,6 +199878,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -199321,7 +200228,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -199716,7 +200624,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -199726,6 +200636,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -201097,7 +202023,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -203951,6 +204878,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -204298,7 +205228,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -204693,7 +205624,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -204703,6 +205636,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -206080,7 +207029,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -208934,6 +209884,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -209281,7 +210234,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -209676,7 +210630,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -209686,6 +210642,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -211058,7 +212030,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -213912,6 +214885,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -214259,7 +215235,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -214654,7 +215631,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -214664,6 +215643,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -216034,7 +217029,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -218888,6 +219884,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -219235,7 +220234,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -219630,7 +220630,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -219640,6 +220642,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -221009,7 +222027,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -223863,6 +224882,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -224210,7 +225232,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -224605,7 +225628,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -224615,6 +225640,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -226019,7 +227060,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -228873,6 +229915,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -229220,7 +230265,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -229615,7 +230661,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -229625,6 +230673,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -230995,7 +232059,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -233849,6 +234914,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -234196,7 +235264,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -234591,7 +235660,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -234601,6 +235672,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -235970,7 +237057,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -238824,6 +239912,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -239171,7 +240262,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -239566,7 +240658,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -239576,6 +240670,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -240981,7 +242091,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -243835,6 +244946,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -244182,7 +245296,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -244577,7 +245692,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -244587,6 +245704,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -245989,7 +247122,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -248843,6 +249977,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -249190,7 +250327,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -249585,7 +250723,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -249595,6 +250735,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -250969,7 +252125,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -253823,6 +254980,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -254170,7 +255330,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -254565,7 +255726,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -254575,6 +255738,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -255939,7 +257118,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -258793,6 +259973,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -259140,7 +260323,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -259535,7 +260719,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -259545,6 +260731,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -260915,7 +262117,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -263769,6 +264972,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -264116,7 +265322,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -264511,7 +265718,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -264521,6 +265730,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -265902,7 +267127,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -268756,6 +269982,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -269103,7 +270332,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -269498,7 +270728,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -269508,6 +270740,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -270881,7 +272129,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -273735,6 +274984,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -274082,7 +275334,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -274477,7 +275730,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -274487,6 +275742,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -275857,7 +277128,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -278711,6 +279983,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -279058,7 +280333,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -279453,7 +280729,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -279463,6 +280741,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -280858,7 +282152,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -283712,6 +285007,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -284059,7 +285357,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -284454,7 +285753,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -284464,6 +285765,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -285830,7 +287147,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -288684,6 +290002,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -289031,7 +290352,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -289426,7 +290748,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -289436,6 +290760,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -290805,7 +292145,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -293659,6 +295000,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -294006,7 +295350,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -294401,7 +295746,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -294411,6 +295758,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -294638,7 +296001,10 @@
"type": "object",
"properties": {
"reason": {
- "type": "string"
+ "type": [
+ "null",
+ "string"
+ ]
},
"user": {
"type": "object",
@@ -295809,7 +297175,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -298663,6 +300030,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -299010,7 +300380,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -299405,7 +300776,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -299415,6 +300788,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -299725,6 +301114,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -300911,7 +302303,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -303765,6 +305158,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -304112,7 +305508,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -304507,7 +305904,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -304517,6 +305916,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -305962,7 +307377,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -308816,6 +310232,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -309163,7 +310582,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -309558,7 +310978,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -309568,6 +310990,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -310941,7 +312379,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -313795,6 +315234,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -314142,7 +315584,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -314537,7 +315980,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -314547,6 +315992,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -315913,7 +317374,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -318767,6 +320229,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -319114,7 +320579,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -319509,7 +320975,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -319519,6 +320987,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -320885,7 +322369,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -323739,6 +325224,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -324086,7 +325574,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -324481,7 +325970,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -324491,6 +325982,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -325864,7 +327371,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -328718,6 +330226,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -329065,7 +330576,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -329460,7 +330972,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -329470,6 +330984,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -330840,7 +332370,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -333694,6 +335225,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -334041,7 +335575,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -334436,7 +335971,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -334446,6 +335983,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -335812,7 +337365,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -338666,6 +340220,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -339013,7 +340570,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -339408,7 +340966,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -339418,6 +340978,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -340859,7 +342435,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -343713,6 +345290,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -344060,7 +345640,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -344455,7 +346036,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -344465,6 +346048,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -345842,7 +347441,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -348696,6 +350296,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -349043,7 +350646,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -349438,7 +351042,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -349448,6 +351054,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -350808,7 +352430,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -353662,6 +355285,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -354009,7 +355635,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -354404,7 +356031,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -354414,6 +356043,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -355792,7 +357437,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -358646,6 +360292,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -358993,7 +360642,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -359388,7 +361038,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -359398,6 +361050,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -360776,7 +362444,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -363630,6 +365299,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -363977,7 +365649,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -364372,7 +366045,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -364382,6 +366057,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -365810,7 +367501,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -368664,6 +370356,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -369011,7 +370706,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -369406,7 +371102,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -369416,6 +371114,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -370803,7 +372517,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -373657,6 +375372,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -374004,7 +375722,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -374399,7 +376118,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -374409,6 +376130,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -375802,7 +377539,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -378656,6 +380394,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -379003,7 +380744,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -379398,7 +381140,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -379408,6 +381152,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -380795,7 +382555,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -383649,6 +385410,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -383996,7 +385760,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -384391,7 +386156,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -384401,6 +386168,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -385767,7 +387550,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -388621,6 +390405,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -388968,7 +390755,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -389363,7 +391151,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -389373,6 +391163,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -390742,7 +392548,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -393596,6 +395403,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -393943,7 +395753,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -394338,7 +396149,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -394348,6 +396161,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -395711,7 +397540,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -398565,6 +400395,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -398912,7 +400745,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -399307,7 +401141,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -399317,6 +401153,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -400711,7 +402563,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -403565,6 +405418,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -403912,7 +405768,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -404307,7 +406164,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -404317,6 +406176,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -405723,7 +407598,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -408577,6 +410453,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -408924,7 +410803,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -409319,7 +411199,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -409329,6 +411211,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -410689,7 +412587,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -413543,6 +415442,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -413890,7 +415792,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -414285,7 +416188,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -414295,6 +416200,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -415665,7 +417586,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -418519,6 +420441,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -418866,7 +420791,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -419261,7 +421187,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -419271,6 +421199,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -420637,7 +422581,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -423491,6 +425436,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -423838,7 +425786,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -424233,7 +426182,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -424243,6 +426194,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -425616,7 +427583,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -428470,6 +430438,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -428817,7 +430788,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -429212,7 +431184,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -429222,6 +431196,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -429615,7 +431605,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -430799,7 +432790,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -433653,6 +435645,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -434000,7 +435995,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -434395,7 +436391,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -434405,6 +436403,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -435762,7 +437776,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -438616,6 +440631,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -438963,7 +440981,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -439358,7 +441377,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -439368,6 +441389,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -440825,7 +442862,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -443679,6 +445717,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -444026,7 +446067,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -444421,7 +446463,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -444431,6 +446475,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -445791,7 +447851,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -448645,6 +450706,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -448992,7 +451056,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -449387,7 +451452,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -449397,6 +451464,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -450757,7 +452840,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -453611,6 +455695,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -453958,7 +456045,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -454353,7 +456441,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -454363,6 +456453,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -455723,7 +457829,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -458577,6 +460684,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -458924,7 +461034,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -459319,7 +461430,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -459329,6 +461442,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -460789,7 +462918,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -463643,6 +465773,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -463990,7 +466123,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -464385,7 +466519,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -464395,6 +466531,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -465753,7 +467905,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -468607,6 +470760,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -468954,7 +471110,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -469349,7 +471506,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -469359,6 +471518,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -470717,7 +472892,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -473571,6 +475747,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -473918,7 +476097,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -474313,7 +476493,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -474323,6 +476505,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -475681,7 +477879,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -478535,6 +480734,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -478882,7 +481084,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -479277,7 +481480,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -479287,6 +481492,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -480647,7 +482868,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -483501,6 +485723,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -483848,7 +486073,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -484243,7 +486469,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -484253,6 +486481,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -485613,7 +487857,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -488467,6 +490712,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -488814,7 +491062,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -489209,7 +491458,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -489219,6 +491470,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -490579,7 +492846,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -493433,6 +495701,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -493780,7 +496051,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -494175,7 +496447,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -494185,6 +496459,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -495545,7 +497835,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -498399,6 +500690,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -498746,7 +501040,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -499141,7 +501436,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -499151,6 +501448,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -500511,7 +502824,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -503365,6 +505679,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -503712,7 +506029,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -504107,7 +506425,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -504117,6 +506437,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -505541,7 +507877,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -508395,6 +510732,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -508742,7 +511082,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -509137,7 +511478,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -509147,6 +511490,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -510507,7 +512866,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -513361,6 +515721,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -513708,7 +516071,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -514103,7 +516467,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -514113,6 +516479,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -515473,7 +517855,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -518327,6 +520710,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -518674,7 +521060,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -519069,7 +521456,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -519079,6 +521468,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -520439,7 +522844,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -523293,6 +525699,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -523640,7 +526049,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -524035,7 +526445,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -524045,6 +526457,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -524278,6 +526706,12 @@
"guild_id": {
"type": "string"
},
+ "mute": {
+ "type": "boolean"
+ },
+ "deaf": {
+ "type": "boolean"
+ },
"nick": {
"type": "string"
},
@@ -524288,12 +526722,6 @@
"pending": {
"type": "boolean"
},
- "deaf": {
- "type": "boolean"
- },
- "mute": {
- "type": "boolean"
- },
"premium_since": {
"type": "integer"
},
@@ -525452,7 +527880,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -528306,6 +530735,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -528653,7 +531085,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -529048,7 +531481,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -529058,6 +531493,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -529371,6 +531822,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -530558,7 +533012,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -533412,6 +535867,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -533759,7 +536217,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -534154,7 +536613,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -534164,6 +536625,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -535524,7 +538001,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -538378,6 +540856,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -538725,7 +541206,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -539120,7 +541602,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -539130,6 +541614,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -540490,7 +542990,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -543344,6 +545845,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -543691,7 +546195,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -544086,7 +546591,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -544096,6 +546603,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -545456,7 +547979,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -548310,6 +550834,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -548657,7 +551184,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -549052,7 +551580,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -549062,6 +551592,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -550422,7 +552968,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -553276,6 +555823,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -553623,7 +556173,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -554018,7 +556569,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -554028,6 +556581,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -555414,7 +557983,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -558268,6 +560838,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -558615,7 +561188,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -559010,7 +561584,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -559020,6 +561596,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -560380,7 +562972,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -563234,6 +565827,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -563581,7 +566177,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -563976,7 +566573,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -563986,6 +566585,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -565344,7 +567959,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -568198,6 +570814,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -568545,7 +571164,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -568940,7 +571560,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -568950,6 +571572,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -570331,7 +572969,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -573185,6 +575824,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -573532,7 +576174,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -573927,7 +576570,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -573937,6 +576582,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -575311,7 +577972,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -578165,6 +580827,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -578512,7 +581177,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -578907,7 +581573,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -578917,6 +581585,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -579194,6 +581878,12 @@
"guild_id": {
"type": "string"
},
+ "mute": {
+ "type": "boolean"
+ },
+ "deaf": {
+ "type": "boolean"
+ },
"nick": {
"type": "string"
},
@@ -579204,12 +581894,6 @@
"pending": {
"type": "boolean"
},
- "deaf": {
- "type": "boolean"
- },
- "mute": {
- "type": "boolean"
- },
"premium_since": {
"type": "integer"
},
@@ -580410,7 +583094,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -583264,6 +585949,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -583611,7 +586299,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -584006,7 +586695,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -584016,6 +586707,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -585394,7 +588101,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -588248,6 +590956,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -588595,7 +591306,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -588990,7 +591702,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -589000,6 +591714,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -590384,7 +593114,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -593238,6 +595969,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -593585,7 +596319,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -593980,7 +596715,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -593990,6 +596727,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -595360,7 +598113,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -598214,6 +600968,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -598561,7 +601318,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -598956,7 +601714,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -598966,6 +601726,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -600336,7 +603112,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -603190,6 +605967,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -603537,7 +606317,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -603932,7 +606713,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -603942,6 +606725,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -605326,7 +608125,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -608180,6 +610980,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -608527,7 +611330,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -608922,7 +611726,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -608932,6 +611738,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -610305,7 +613127,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -613159,6 +615982,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -613506,7 +616332,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -613901,7 +616728,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -613911,6 +616740,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -615355,7 +618200,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -618209,6 +621055,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -618556,7 +621405,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -618951,7 +621801,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -618961,6 +621813,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -620341,7 +623209,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -623195,6 +626064,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -623250,6 +626122,22 @@
"widget_enabled"
]
},
+ "RefreshedUrl": {
+ "type": "object",
+ "properties": {
+ "original": {
+ "type": "string"
+ },
+ "refreshed": {
+ "type": "string"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "original",
+ "refreshed"
+ ]
+ },
"TenorGifResponse": {
"type": "object",
"properties": {
@@ -623526,7 +626414,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -625315,7 +628204,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -628169,6 +631059,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -628224,6 +631117,22 @@
"widget_enabled"
]
},
+ "RefreshedUrl": {
+ "type": "object",
+ "properties": {
+ "original": {
+ "type": "string"
+ },
+ "refreshed": {
+ "type": "string"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "original",
+ "refreshed"
+ ]
+ },
"TenorGifResponse": {
"type": "object",
"properties": {
@@ -628500,7 +631409,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -630289,7 +633199,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -633143,6 +636054,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -633198,6 +636112,22 @@
"widget_enabled"
]
},
+ "RefreshedUrl": {
+ "type": "object",
+ "properties": {
+ "original": {
+ "type": "string"
+ },
+ "refreshed": {
+ "type": "string"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "original",
+ "refreshed"
+ ]
+ },
"TenorGifResponse": {
"type": "object",
"properties": {
@@ -633474,7 +636404,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -635263,7 +638194,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -638117,6 +641049,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -638464,7 +641399,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -638859,7 +641795,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -638869,6 +641807,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -640238,7 +643192,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -643092,6 +646047,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -643439,7 +646397,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -643834,7 +646793,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -643844,6 +646805,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -645213,7 +648190,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -648067,6 +651045,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -648414,7 +651395,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -648809,7 +651791,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -648819,6 +651803,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -650187,7 +653187,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -653041,6 +656042,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -653388,7 +656392,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -653783,7 +656788,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -653793,6 +656800,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -655169,7 +658192,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -658023,6 +661047,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -658370,7 +661397,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -658765,7 +661793,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -658775,6 +661805,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -660157,7 +663203,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -663011,6 +666058,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -663358,7 +666408,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -663753,7 +666804,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -663763,6 +666816,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -665129,7 +668198,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -667983,6 +671053,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -668330,7 +671403,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -668725,7 +671799,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -668735,6 +671811,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -670150,7 +673242,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -673004,6 +676097,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -673351,7 +676447,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -673746,7 +676843,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -673756,6 +676855,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -675162,7 +678277,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -678016,6 +681132,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -678363,7 +681482,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -678758,7 +681878,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -678768,6 +681890,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -680134,7 +683272,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -682988,6 +686127,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -683335,7 +686477,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -683730,7 +686873,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -683740,6 +686885,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -685131,7 +688292,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -687985,6 +691147,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -688332,7 +691497,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -688727,7 +691893,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -688737,6 +691905,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -690223,7 +693407,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -693077,6 +696262,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -693424,7 +696612,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -693819,7 +697008,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -693829,6 +697020,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -695194,7 +698401,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -698048,6 +701256,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -698395,7 +701606,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -698790,7 +702002,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -698800,6 +702014,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -700212,7 +703442,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -703066,6 +706297,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -703413,7 +706647,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -703808,7 +707043,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -703818,6 +707055,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -705210,7 +708463,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -708064,6 +711318,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -708411,7 +711668,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -708806,7 +712064,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -708816,6 +712076,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -710261,7 +713537,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -713115,6 +716392,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -713462,7 +716742,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -713857,7 +717138,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -713867,6 +717150,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -715233,7 +718532,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -718087,6 +721387,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -718434,7 +721737,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -718829,7 +722133,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -718839,6 +722145,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -720213,7 +723535,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -723067,6 +726390,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -723414,7 +726740,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -723809,7 +727136,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -723819,6 +727148,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -725183,7 +728528,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -728037,6 +731383,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -728384,7 +731733,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -728779,7 +732129,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -728789,6 +732141,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -730159,7 +733527,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -733013,6 +736382,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -733360,7 +736732,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -733755,7 +737128,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -733765,6 +737140,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -735135,7 +738526,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -737989,6 +741381,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -738336,7 +741731,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -738731,7 +742127,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -738741,6 +742139,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -740233,7 +743647,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -743087,6 +746502,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -743434,7 +746852,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -743829,7 +747248,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -743839,6 +747260,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -745208,7 +748645,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -748062,6 +751500,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -748409,7 +751850,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -748804,7 +752246,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -748814,6 +752258,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -750184,7 +753644,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -753038,6 +756499,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -753385,7 +756849,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -753780,7 +757245,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -753790,6 +757257,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -755147,7 +758630,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -758001,6 +761485,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -758348,7 +761835,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -758743,7 +762231,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -758753,6 +762243,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -760125,7 +763631,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -762979,6 +766486,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -763326,7 +766836,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -763721,7 +767232,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -763731,6 +767244,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -765100,7 +768629,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -767954,6 +771484,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -768301,7 +771834,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -768696,7 +772230,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -768706,6 +772242,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -770090,7 +773642,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -772944,6 +776497,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -773291,7 +776847,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -773686,7 +777243,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -773696,6 +777255,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -775084,7 +778659,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -777938,6 +781514,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -778285,7 +781864,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -778680,7 +782260,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -778690,6 +782272,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -780057,7 +783655,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -782911,6 +786510,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -783258,7 +786860,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -783653,7 +787256,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -783663,6 +787268,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -785029,7 +788650,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -787883,6 +791505,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -788230,7 +791855,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -788625,7 +792251,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -788635,6 +792263,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -790001,7 +793645,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -792855,6 +796500,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -793202,7 +796850,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -793597,7 +797246,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -793607,6 +797258,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
@@ -794979,7 +798646,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -797833,6 +801501,9 @@
"guild_template_code": {
"type": "string"
},
+ "staff_only": {
+ "type": "boolean"
+ },
"splash": {
"type": [
"null",
@@ -798180,7 +801851,8 @@
"type": "integer"
},
"welcome_screen": {
- "$ref": "#/definitions/GuildWelcomeScreen"
+ "$ref": "#/definitions/GuildWelcomeScreen",
+ "description": "DEPRECATED: Look at the new Guild onboarding screens."
},
"widget_channel_id": {
"type": "string"
@@ -798575,7 +802247,9 @@
"channel": {
"$ref": "#/definitions/RateLimitOptions"
},
- "auth": {}
+ "auth": {
+ "$ref": "#/definitions/AuthRateLimit"
+ }
},
"additionalProperties": false,
"required": [
@@ -798585,6 +802259,22 @@
"webhook"
]
},
+ "AuthRateLimit": {
+ "type": "object",
+ "properties": {
+ "login": {
+ "$ref": "#/definitions/RateLimitOptions"
+ },
+ "register": {
+ "$ref": "#/definitions/RateLimitOptions"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "login",
+ "register"
+ ]
+ },
"GlobalRateLimits": {
"type": "object",
"properties": {
diff --git a/src/util/schemas/GuildCreateSchema.ts b/src/util/schemas/GuildCreateSchema.ts
index ae9d275b..c293aa8f 100644
--- a/src/util/schemas/GuildCreateSchema.ts
+++ b/src/util/schemas/GuildCreateSchema.ts
@@ -29,4 +29,5 @@ export interface GuildCreateSchema {
system_channel_id?: string;
rules_channel_id?: string;
guild_template_code?: string;
+ staff_only?: boolean;
}
|