- update chat response to not be in a codeblock so markdown works

- update disstrack footer
This commit is contained in:
derpystuff 2023-08-10 18:26:58 +02:00
parent 264c6469d6
commit 44ea5374d2
2 changed files with 8 additions and 2 deletions

View file

@ -37,7 +37,7 @@ module.exports = {
return editOrReply(context, {embeds:[createEmbed("default", context, {
description: codeblock("ansi", [res.body.output.substr(0, 2020)]),
footer: {
text: `This information may be inaccurate or biased${context.application.name}`
text: `🗣🗣📢🔥🔥🔥🔥💯${context.application.name}`
}
})]})
}catch(e){