From 172911dd561bbebc1336c09d561ac4bc89a7a03b Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Sun, 22 Dec 2024 22:43:07 +0100 Subject: [PATCH] update icon --- commands/message/genai/gemini.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/commands/message/genai/gemini.js b/commands/message/genai/gemini.js index 3ed8320..3c4208b 100644 --- a/commands/message/genai/gemini.js +++ b/commands/message/genai/gemini.js @@ -16,7 +16,7 @@ module.exports = { label: 'text', aliases: ["bard","gem"], metadata: { - description: `${iconPill("generative_ai", "LIMITED TESTING")}\n\nChat with <:icoext_gemini:1240316089515249715> Gemini.`, + description: `${iconPill("generative_ai", "LIMITED TESTING")}\n\nChat with <:ico_gemini_spark:1320506533003530270> Gemini.`, description_short: 'Chat with Gemini.', examples: ['gemini How many otter species are there?'], category: 'limited', @@ -40,8 +40,6 @@ module.exports = { if(msg.embeds?.length) for(const e of msg.embeds) if(e[1].description?.length) { input = `> ${e[1].description.split("\n").join("\n> ")}\n${input}`; break; } } - console.log(input) - try{ await editOrReply(context, createEmbed("ai_custom", context, STATIC_ICONS.ai_bard))