mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
fix footer icon
This commit is contained in:
parent
dfa5c2e99e
commit
9716fb1f6e
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ module.exports = {
|
|||
description: description.join('\n').substr(),
|
||||
footer: {
|
||||
text: `This information may be inaccurate or biased • ${context.application.name}`,
|
||||
icon: STATICS.openai
|
||||
iconUrl: STATICS.openai
|
||||
}
|
||||
})]})
|
||||
}catch(e){
|
||||
|
|
|
@ -38,7 +38,7 @@ module.exports = {
|
|||
description: codeblock("ansi", [res.body.output.substr(0, 2020)]),
|
||||
footer: {
|
||||
text: `🗣🗣📢🔥🔥🔥🔥💯 • ${context.application.name}`,
|
||||
icon: STATICS.openai
|
||||
iconUrl: STATICS.openai
|
||||
}
|
||||
})]})
|
||||
}catch(e){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue