From 99c2be27566e7a49ad732409ec2e2dede00331db Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Thu, 22 Sep 2022 21:13:54 -0400 Subject: [PATCH] Cap avatar size to 100x100 (on Discord) --- src/status.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/status.ts b/src/status.ts index e01dad1..c07d764 100644 --- a/src/status.ts +++ b/src/status.ts @@ -289,6 +289,10 @@ export const handleStatus = async ( '_normal', '_200x200' )}"/>`, + ``, + ``, + ``, + ``, `` ); }