diff --git a/src/plugins/emoteCloner/index.tsx b/src/plugins/emoteCloner/index.tsx index 4c0fe94ad..cf252edf8 100644 --- a/src/plugins/emoteCloner/index.tsx +++ b/src/plugins/emoteCloner/index.tsx @@ -145,8 +145,10 @@ async function fetchBlob(url: string) { async function doClone(guildId: string, data: Sticker | Emoji) { try { - if (data.t === "Sticker") + if (data.t === "Sticker") { + new Logger("EmoteCloner").info("hiiii hi hi hi :3 " + data); await cloneSticker(guildId, data); + } else await cloneEmoji(guildId, data);