mirror of https://gitlab.com/litecord/litecord.git
Remove splash as a field
This commit is contained in:
parent
45b4431c4c
commit
bdc576b777
|
|
@ -310,7 +310,6 @@ async def _update_guild(guild_id):
|
||||||
"afk_timeout",
|
"afk_timeout",
|
||||||
"description",
|
"description",
|
||||||
"preferred_locale",
|
"preferred_locale",
|
||||||
"discovery_splash"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
for field in [f for f in fields if f in j]:
|
for field in [f for f in fields if f in j]:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue