Revert "Fix #837"

This reverts commit add52ce62d.
This commit is contained in:
Schuyler Cebulskie
2016-10-25 18:49:12 -04:00
parent add52ce62d
commit 526430b51a

View File

@@ -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;
}