From 2cc643fd4c32386570fc2114580de16abf52d231 Mon Sep 17 00:00:00 2001 From: Matchu Date: Mon, 31 Aug 2020 01:10:18 -0700 Subject: [PATCH] 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 --- src/server/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/server/index.js b/src/server/index.js index 101e501..a86b8c8 100644 --- a/src/server/index.js +++ b/src/server/index.js @@ -1099,10 +1099,6 @@ const resolvers = { name: `Appearance ${appearanceId}`, value: `${oldGlitchinessState} → **${newGlitchinessState}**`, }, - { - name: "As a reminder…", - value: "…the thumbnail might not match!", - }, ], timestamp: new Date().toISOString(), url: `https://impress-2020.openneo.net/outfits/new?species=${petType.speciesId}&color=${petType.colorId}&pose=${pose}&state=${appearanceId}`,