From fa2c36f4e543d7a41561bc91587e51a3fac4ceeb Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sun, 2 Jul 2023 14:17:29 +0200 Subject: [PATCH] remove emoji icon to fix astro cat --- commands/message/utils/emoji.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/commands/message/utils/emoji.js b/commands/message/utils/emoji.js index c14d40f..7b66cac 100644 --- a/commands/message/utils/emoji.js +++ b/commands/message/utils/emoji.js @@ -192,10 +192,7 @@ module.exports = { return { label: r.version, value: r.id, - default: (r.id == res.data.latest), - emoji: { - name: res.data.icon - } + default: (r.id == res.data.latest) } })