mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 15:13:04 -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(),
|
description: description.join('\n').substr(),
|
||||||
footer: {
|
footer: {
|
||||||
text: `This information may be inaccurate or biased • ${context.application.name}`,
|
text: `This information may be inaccurate or biased • ${context.application.name}`,
|
||||||
icon: STATICS.openai
|
iconUrl: STATICS.openai
|
||||||
}
|
}
|
||||||
})]})
|
})]})
|
||||||
}catch(e){
|
}catch(e){
|
||||||
|
|
|
@ -38,7 +38,7 @@ module.exports = {
|
||||||
description: codeblock("ansi", [res.body.output.substr(0, 2020)]),
|
description: codeblock("ansi", [res.body.output.substr(0, 2020)]),
|
||||||
footer: {
|
footer: {
|
||||||
text: `🗣🗣📢🔥🔥🔥🔥💯 • ${context.application.name}`,
|
text: `🗣🗣📢🔥🔥🔥🔥💯 • ${context.application.name}`,
|
||||||
icon: STATICS.openai
|
iconUrl: STATICS.openai
|
||||||
}
|
}
|
||||||
})]})
|
})]})
|
||||||
}catch(e){
|
}catch(e){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue