diff --git a/src/plugins/emoteCloner/index.tsx b/src/plugins/emoteCloner/index.tsx index 42aa377b3..f8b7f37f1 100644 --- a/src/plugins/emoteCloner/index.tsx +++ b/src/plugins/emoteCloner/index.tsx @@ -75,6 +75,7 @@ async function fetchSticker(id: string) { return body as Sticker; } catch (err) { + return null; } }