aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/models
diff options
context:
space:
mode:
authorGravatar Steele Farnsworth <[email protected]>2021-09-13 13:29:41 -0400
committerGravatar GitHub <[email protected]>2021-09-13 13:29:41 -0400
commitc1f458a8f9681ce141136aa5772a0bf71a392fad (patch)
treeb33d6e28b991bf4a5b8ae884bab48feabde1e0e8 /pydis_site/apps/api/models
parentRemove wildcard asterisks in URL. (diff)
parentMerge pull request #589 from python-discord/jb3/repos-update (diff)
Merge branch 'main' into swfarnsworth/smarter-resources/merge-with-main
Diffstat (limited to 'pydis_site/apps/api/models')
-rw-r--r--pydis_site/apps/api/models/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/models/utils.py b/pydis_site/apps/api/models/utils.py
index 107231ba..0e220a1d 100644
--- a/pydis_site/apps/api/models/utils.py
+++ b/pydis_site/apps/api/models/utils.py
@@ -142,7 +142,7 @@ def validate_embed(embed: Any) -> None:
),
MaxLengthValidator(limit_value=256)
),
- 'description': (MaxLengthValidator(limit_value=2048),),
+ 'description': (MaxLengthValidator(limit_value=4096),),
'fields': (
MaxLengthValidator(limit_value=25),
validate_embed_fields