From cdd8018aa5b10f93fb1423e515d9c47762e03c10 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sun, 15 Oct 2023 21:46:50 +0200 Subject: [PATCH] add icons --- commands/message/fun/bard.js | 2 +- commands/message/fun/palm.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/message/fun/bard.js b/commands/message/fun/bard.js index 6c87c2a..590b0b2 100644 --- a/commands/message/fun/bard.js +++ b/commands/message/fun/bard.js @@ -15,7 +15,7 @@ module.exports = { name: 'bard', label: 'text', metadata: { - description: `${iconPill("generative_ai", "LIMITED TESTING")}\n\nTalk to Bard.`, + description: `${iconPill("generative_ai", "LIMITED TESTING")}\n\nChat with <:bard:1163200801871765504> Bard.`, description_short: 'Chat with Bard.', examples: ['bard How many otter species are there?'], category: 'limited', diff --git a/commands/message/fun/palm.js b/commands/message/fun/palm.js index 786ef0c..64b3a4c 100644 --- a/commands/message/fun/palm.js +++ b/commands/message/fun/palm.js @@ -14,7 +14,7 @@ module.exports = { label: 'text', aliases: ['palm2'], metadata: { - description: `${iconPill("generative_ai", "LIMITED TESTING")}\n\nTalk to PaLM 2.`, + description: `${iconPill("generative_ai", "LIMITED TESTING")}\n\nTalk to <:palm2:1163200685177839666> PaLM 2.`, description_short: 'Chat with PaLM 2.', examples: ['palm How many otter species are there?'], category: 'limited',