From 5ba3ec10e5bb64487745bfe99965fdb023e26d56 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 10 May 2019 21:58:15 +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 41ae9a8..2f343c6 100644 --- a/src/modules/maze/index.ts +++ b/src/modules/maze/index.ts @@ -20,7 +20,7 @@ export default class extends Module { @autobind private async post() { const now = new Date(); - if (now.getHours() !== 15) return; + if (now.getHours() !== 22) return; const date = `${now.getFullYear()}-${now.getMonth()}-${now.getDate()}`; const data = this.getData(); if (data.lastPosted == date) return;