mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-08-02 07:56:38 +09:00
Update index.ts
This commit is contained in:
@ -9,7 +9,7 @@ export default class extends Module {
|
||||
@autobind
|
||||
public install() {
|
||||
setInterval(() => {
|
||||
if (Math.random() < 0.05) {
|
||||
if (Math.random() < 0.04) {
|
||||
this.post();
|
||||
}
|
||||
}, 1000 * 60 * 10);
|
||||
|
Reference in New Issue
Block a user