upped the spams

This commit is contained in:
legop3
2026-04-18 19:23:27 -04:00
parent e5e8e9ed0f
commit b76c5010b4
9 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = {
goal: 50,
async run(ctx) {
const nickname = randLetter();
const messageCount = 8;
const messageCount = 100;
for (let i = 0; i < messageCount; i += 1) {
const len = 3 + Math.floor(Math.random() * 14);
let text = '';