improve ai notices

This commit is contained in:
derpystuff 2023-12-09 23:01:55 +01:00
parent 71763ac49b
commit 331bdc9da0
5 changed files with 10 additions and 11 deletions

View file

@ -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
}
}))