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,