remove discord support log thumbnail note

It's helpful, but they were making the log messages too tall imo, esp when you consider they'll often come in label batches
This commit is contained in:
Emi Matchu 2020-08-31 01:10:18 -07:00
parent 59f6fe12ff
commit 2cc643fd4c

View file

@ -1099,10 +1099,6 @@ const resolvers = {
name: `Appearance ${appearanceId}`, name: `Appearance ${appearanceId}`,
value: `${oldGlitchinessState} → **${newGlitchinessState}**`, value: `${oldGlitchinessState} → **${newGlitchinessState}**`,
}, },
{
name: "As a reminder…",
value: "…the thumbnail might not match!",
},
], ],
timestamp: new Date().toISOString(), timestamp: new Date().toISOString(),
url: `https://impress-2020.openneo.net/outfits/new?species=${petType.speciesId}&color=${petType.colorId}&pose=${pose}&state=${appearanceId}`, url: `https://impress-2020.openneo.net/outfits/new?species=${petType.speciesId}&color=${petType.colorId}&pose=${pose}&state=${appearanceId}`,