mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
update icon
This commit is contained in:
parent
548588224a
commit
172911dd56
1 changed files with 1 additions and 3 deletions
|
@ -16,7 +16,7 @@ module.exports = {
|
||||||
label: 'text',
|
label: 'text',
|
||||||
aliases: ["bard","gem"],
|
aliases: ["bard","gem"],
|
||||||
metadata: {
|
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.',
|
description_short: 'Chat with Gemini.',
|
||||||
examples: ['gemini How many otter species are there?'],
|
examples: ['gemini How many otter species are there?'],
|
||||||
category: 'limited',
|
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; }
|
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{
|
try{
|
||||||
await editOrReply(context, createEmbed("ai_custom", context, STATIC_ICONS.ai_bard))
|
await editOrReply(context, createEmbed("ai_custom", context, STATIC_ICONS.ai_bard))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue