mirror of
https://github.com/danbulant/discord.js
synced 2026-06-21 15:51:48 +00:00
Webpack build: 75d45bd587
This commit is contained in:
parent
89a578a8cf
commit
65630a5562
2 changed files with 2 additions and 2 deletions
|
|
@ -20589,7 +20589,7 @@ class RESTMethods {
|
|||
if (typeof content !== 'undefined') content = this.client.resolver.resolveString(content);
|
||||
|
||||
if (content) {
|
||||
if (code) {
|
||||
if (typeof code === 'string') {
|
||||
content = escapeMarkdown(this.client.resolver.resolveString(content), true);
|
||||
content = `\`\`\`${typeof code !== 'undefined' && code !== null ? code : ''}\n${content}\n\`\`\``;
|
||||
}
|
||||
|
|
|
|||
2
discord.indev.min.js
vendored
2
discord.indev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue