mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-31 02:55:39 +00:00
whoops
This commit is contained in:
@@ -69,7 +69,7 @@ router.patch(
|
||||
);
|
||||
|
||||
if (body.discovery_splash && body.discovery_splash !== guild.discovery_splash)
|
||||
body.splash = await handleFile(
|
||||
body.discovery_splash = await handleFile(
|
||||
`/discovery-splashes/${guild_id}`,
|
||||
body.discovery_splash,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user