add openai logo

This commit is contained in:
derpystuff 2023-08-10 23:34:09 +02:00
parent 44ea5374d2
commit dfa5c2e99e
3 changed files with 10 additions and 2 deletions

View file

@ -37,7 +37,8 @@ module.exports = {
return editOrReply(context, {embeds:[createEmbed("default", context, {
description: codeblock("ansi", [res.body.output.substr(0, 2020)]),
footer: {
text: `🗣🗣📢🔥🔥🔥🔥💯 • ${context.application.name}`
text: `🗣🗣📢🔥🔥🔥🔥💯 • ${context.application.name}`,
icon: STATICS.openai
}
})]})
}catch(e){