increased deletionamrkduration and deleteunitcooldown to 30 seconds

This commit is contained in:
evanpelle
2025-11-04 09:32:53 -08:00
parent 4144628808
commit 8fc1bf1c12
+2 -2
View File
@@ -576,10 +576,10 @@ export class DefaultConfig implements Config {
return 10 * 10;
}
deletionMarkDuration(): Tick {
return 15 * 10;
return 30 * 10;
}
deleteUnitCooldown(): Tick {
return 5 * 10;
return 30 * 10;
}
emojiMessageDuration(): Tick {
return 5 * 10;