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',