This commit is contained in:
Madeline 2022-09-28 17:11:10 +10:00
parent a0a3168d20
commit 089c321bf7

View File

@ -69,7 +69,7 @@ router.patch(
); );
if (body.discovery_splash && body.discovery_splash !== guild.discovery_splash) if (body.discovery_splash && body.discovery_splash !== guild.discovery_splash)
body.splash = await handleFile( body.discovery_splash = await handleFile(
`/discovery-splashes/${guild_id}`, `/discovery-splashes/${guild_id}`,
body.discovery_splash, body.discovery_splash,
); );