From 87c4ca6635cb608d00df9d8fc9d2b93e07b77ea8 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 29 Sep 2017 17:55:52 +0000 Subject: [PATCH] This doesn't do anything --- commands/text-edit/zalgo.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/text-edit/zalgo.js b/commands/text-edit/zalgo.js index c4bf40a2..db19518e 100644 --- a/commands/text-edit/zalgo.js +++ b/commands/text-edit/zalgo.js @@ -27,7 +27,6 @@ module.exports = class ZalgoCommand extends Command { let result = ''; for (let i = 0; i < text.length; i++) { result += text[i]; - if (text[i].length > 1) continue; const counts = { up: Math.floor(Math.random() * 16) + 1, middle: Math.floor(Math.random() * 4) + 1,