longer outputs
This commit is contained in:
		@@ -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);
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user