mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-11 23:53:05 -04:00
improve ai notices
This commit is contained in:
parent
71763ac49b
commit
331bdc9da0
5 changed files with 10 additions and 11 deletions
|
@ -39,7 +39,7 @@ module.exports = {
|
|||
return editOrReply(context, createEmbed("default", context, {
|
||||
description: smallIconPill("generative_ai", args.text) + '\n' + codeblock("ansi", [res.body.output.substr(0, 2020 - args.text.length)]),
|
||||
footer: {
|
||||
text: `🗣🗣📢🔥🔥🔥🔥💯 • ${context.application.name}`,
|
||||
text: `Generative AI is experimental. • ${context.application.name}`,
|
||||
iconUrl: STATICS.openai
|
||||
}
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue