From 4c378ebf7a042492ddc684a89e46840ac026b8ba Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 10 May 2019 13:59:33 +0900 Subject: [PATCH] Update index.ts --- src/modules/maze/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/maze/index.ts b/src/modules/maze/index.ts index 235c90a..1e29e25 100644 --- a/src/modules/maze/index.ts +++ b/src/modules/maze/index.ts @@ -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;