From 9716fb1f6ea068e5d5eca462541c428cf6196107 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Fri, 11 Aug 2023 00:01:41 +0200 Subject: [PATCH] fix footer icon --- commands/message/fun/chat.js | 2 +- commands/message/fun/disstrack.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/message/fun/chat.js b/commands/message/fun/chat.js index 38e9956..02dfaba 100644 --- a/commands/message/fun/chat.js +++ b/commands/message/fun/chat.js @@ -52,7 +52,7 @@ module.exports = { description: description.join('\n').substr(), footer: { text: `This information may be inaccurate or biased • ${context.application.name}`, - icon: STATICS.openai + iconUrl: STATICS.openai } })]}) }catch(e){ diff --git a/commands/message/fun/disstrack.js b/commands/message/fun/disstrack.js index 0d10950..6840393 100644 --- a/commands/message/fun/disstrack.js +++ b/commands/message/fun/disstrack.js @@ -38,7 +38,7 @@ module.exports = { description: codeblock("ansi", [res.body.output.substr(0, 2020)]), footer: { text: `🗣🗣📢🔥🔥🔥🔥💯 • ${context.application.name}`, - icon: STATICS.openai + iconUrl: STATICS.openai } })]}) }catch(e){