diff --git a/src/bot.js b/src/bot.js index 93fab5d..4d57ebe 100644 --- a/src/bot.js +++ b/src/bot.js @@ -27,7 +27,7 @@ read().then(() => { if (typeof output !== undefined && output !== "undefined" && output) { let blah = JSON.stringify(output); if (blah != "Converting circular structure to JSON") { - e.reply(blah.length > 220 ? `holy fuck, Ausgabe wäre viel zu lang! (${blah.length} Zeichen :DDDDDD)` : blah); + e.reply(blah.length > 400 ? `holy fuck, Ausgabe wäre viel zu lang! (${blah.length} Zeichen :DDDDDD)` : blah); } } }