mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 22:51:32 +00:00
Webpack build for branch master: a2d6791cd8
This commit is contained in:
parent
1afec490f5
commit
3d03a9554c
2 changed files with 4 additions and 1 deletions
|
|
@ -22513,6 +22513,8 @@ class RESTMethods {
|
|||
if (typeof code !== 'undefined' && (typeof code !== 'boolean' || code === true)) {
|
||||
content = escapeMarkdown(this.client.resolver.resolveString(content), true);
|
||||
content = `\`\`\`${typeof code !== 'boolean' ? code || '' : ''}\n${content}\n\`\`\``;
|
||||
split.prepend = `\`\`\`${typeof code !== 'boolean' ? code || '' : ''}\n`;
|
||||
split.append = '\n```';
|
||||
}
|
||||
|
||||
// Add zero-width spaces to @everyone/@here
|
||||
|
|
|
|||
3
discord.master.min.js
vendored
3
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue