mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
Webpack build for branch master: 75eb0bae58
This commit is contained in:
parent
7d03971c77
commit
2549f15cd3
2 changed files with 2 additions and 1 deletions
|
|
@ -26026,6 +26026,7 @@ module.exports = function sendMessage(channel, options) {
|
|||
}
|
||||
|
||||
if (content) {
|
||||
content = channel.client.resolver.resolveString(content);
|
||||
if (split && typeof split !== 'object') split = {};
|
||||
// Wrap everything in a code block
|
||||
if (typeof code !== 'undefined' && (typeof code !== 'boolean' || code === true)) {
|
||||
|
|
|
|||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue