fix footer icon

This commit is contained in:
derpystuff 2023-08-11 00:01:41 +02:00
parent dfa5c2e99e
commit 9716fb1f6e
2 changed files with 2 additions and 2 deletions

View file

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

View file

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