mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 07:02:00 +00:00
Webpack build for branch indev-prism: 02c23a8b53
This commit is contained in:
parent
3d03a9554c
commit
70a49db314
2 changed files with 4 additions and 1 deletions
|
|
@ -22533,6 +22533,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.indev-prism.min.js
vendored
3
discord.indev-prism.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue