mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
add spacing
This commit is contained in:
parent
896a526fd0
commit
a2bdbb7fd3
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ module.exports = {
|
|||
|
||||
return await editOrReply(context, createEmbed("default", context, {
|
||||
author,
|
||||
description: `${msg}${iconPill("agreements", "Scores")} • *${link("https://developers.perspectiveapi.com/s/about-the-api-attributes-and-languages", "What do these mean?", "Check out the detection details.")}* ${codeblock("ansi", formatPerspectiveScores(perspectiveApi.response.body))}`,
|
||||
description: `${msg}${iconPill("agreements", "Scores")} *${link("https://developers.perspectiveapi.com/s/about-the-api-attributes-and-languages", "What do these mean?", "Check out the detection details.")}* ${codeblock("ansi", formatPerspectiveScores(perspectiveApi.response.body))}`,
|
||||
footer: {
|
||||
iconUrl: STATICS.perspectiveapi,
|
||||
text: `Perspective • ${context.application.name}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue