mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 14:00:22 +02:00
Okay
This commit is contained in:
@@ -29,9 +29,9 @@ module.exports = class ZalgoCommand extends Command {
|
|||||||
result += text[i];
|
result += text[i];
|
||||||
if (text[i].length > 1) continue;
|
if (text[i].length > 1) continue;
|
||||||
const counts = {
|
const counts = {
|
||||||
up: Math.floor(Math.random() * 8) + 1,
|
up: Math.floor(Math.random() * 16) + 1,
|
||||||
middle: Math.floor(Math.random() * 3),
|
middle: Math.floor(Math.random() * 4) + 1,
|
||||||
down: Math.floor(Math.random() * 8) + 1
|
down: Math.floor(Math.random() * 64) + 1
|
||||||
};
|
};
|
||||||
for (const type of Object.keys(counts)) {
|
for (const type of Object.keys(counts)) {
|
||||||
let count = counts[type];
|
let count = counts[type];
|
||||||
|
|||||||
+1
-1
@@ -39,7 +39,7 @@
|
|||||||
"erlpack": "github:discordapp/erlpack",
|
"erlpack": "github:discordapp/erlpack",
|
||||||
"mathjs": "^3.16.3",
|
"mathjs": "^3.16.3",
|
||||||
"node-opus": "^0.2.7",
|
"node-opus": "^0.2.7",
|
||||||
"pg": "^7.3.0",
|
"pg": "^6.4.2",
|
||||||
"pg-hstore": "^2.3.2",
|
"pg-hstore": "^2.3.2",
|
||||||
"sequelize": "^4.11.5",
|
"sequelize": "^4.11.5",
|
||||||
"snekfetch": "^3.4.1",
|
"snekfetch": "^3.4.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user