mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 05:51:42 +02:00
This doesn't do anything
This commit is contained in:
@@ -27,7 +27,6 @@ module.exports = class ZalgoCommand extends Command {
|
|||||||
let result = '';
|
let result = '';
|
||||||
for (let i = 0; i < text.length; i++) {
|
for (let i = 0; i < text.length; i++) {
|
||||||
result += text[i];
|
result += text[i];
|
||||||
if (text[i].length > 1) continue;
|
|
||||||
const counts = {
|
const counts = {
|
||||||
up: Math.floor(Math.random() * 16) + 1,
|
up: Math.floor(Math.random() * 16) + 1,
|
||||||
middle: Math.floor(Math.random() * 4) + 1,
|
middle: Math.floor(Math.random() * 4) + 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user