mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 15:38:00 +00:00
Update index.ts
This commit is contained in:
parent
fea34f066c
commit
4c378ebf7a
|
@ -158,7 +158,7 @@ export default class extends Module {
|
|||
@autobind
|
||||
private async post() {
|
||||
const now = new Date();
|
||||
if (now.getHours() !== 11) return;
|
||||
if (now.getHours() !== 15) return;
|
||||
const date = `${now.getFullYear()}-${now.getMonth()}-${now.getDate()}`;
|
||||
const data = this.getData();
|
||||
if (data.lastPosted == date) return;
|
||||
|
|
Loading…
Reference in a new issue