mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 13:32:04 +00:00
parent
add52ce62d
commit
526430b51a
1 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@ class Message {
|
|||
content = `${prepend}${content}`;
|
||||
|
||||
if (options.split) {
|
||||
if (typeof options.split !== 'object' && typeof options.split !== 'boolean') options.split = {};
|
||||
if (typeof options.split !== 'object') options.split = {};
|
||||
if (!options.split.prepend) options.split.prepend = prepend;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue