mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
add openai logo
This commit is contained in:
parent
44ea5374d2
commit
dfa5c2e99e
3 changed files with 10 additions and 2 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue