This doesn't do anything

This commit is contained in:
Daniel Odendahl Jr
2017-09-29 17:55:52 +00:00
parent 8f17b68cd9
commit 87c4ca6635
-1
View File
@@ -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,