mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
add a dot
This commit is contained in:
parent
84f533134f
commit
e928d013c9
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ module.exports.editOrReply = function(context, message, disableReference = false
|
|||
}
|
||||
} else {
|
||||
// Uses new subtext formatting to look more "native"
|
||||
message.content = `-# ${icon("flask_mini")} This response has been made incognito due to ${BLOCK_REASONS[errorData.code].message} ${link("https://support.discord.com/hc/en-us/articles/" + BLOCK_REASONS[errorData.code].support_article, "Learn More", "Support Article")}`
|
||||
message.content = `-# ${icon("flask_mini")} This response has been made incognito due to ${BLOCK_REASONS[errorData.code].message}. ${link("https://support.discord.com/hc/en-us/articles/" + BLOCK_REASONS[errorData.code].support_article, "Learn More", "Support Article")}`
|
||||
}
|
||||
|
||||
let replacementMessage = await context.createMessage(message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue