mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
This doesn't do anything
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user