no duplicate reward slots

This commit is contained in:
legop3
2026-04-18 19:28:40 -04:00
parent b76c5010b4
commit a4e4921931
7 changed files with 32 additions and 17 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ function randLetter() {
module.exports = {
id: 'chatSpam',
name: 'Chat Spam',
goal: 50,
goal: 100,
async run(ctx) {
const nickname = randLetter();
const messageCount = 100;