mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
Update index.ts
This commit is contained in:
parent
ec681a6705
commit
523bbcd2b8
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue