From 6b7ff2329bc6ee90e542bed13fdf8453adf205ba Mon Sep 17 00:00:00 2001 From: n1lsqn Date: Thu, 23 Nov 2023 20:40:03 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E3=83=AA=E3=83=9E=E3=82=A4=E3=83=B3?= =?UTF-8?q?=E3=83=89=E3=82=A4=E3=83=B3=E3=82=BF=E3=83=BC=E3=83=90=E3=83=AB?= =?UTF-8?q?=E3=82=9224=E6=99=82=E9=96=93=E3=81=8A=E3=81=8D=E3=81=AB?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/recommend-music/index.ts | 3 ++- src/modules/reminder/index.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/recommend-music/index.ts b/src/modules/recommend-music/index.ts index e0dbc0e..9f849a9 100644 --- a/src/modules/recommend-music/index.ts +++ b/src/modules/recommend-music/index.ts @@ -104,7 +104,8 @@ const vocaloidUrls = [ 'https://www.nicovideo.jp/watch/sm12850213', 'https://www.nicovideo.jp/watch/sm10150980', 'https://www.youtube.com/watch?v=CoL42lnNtp8', - 'https://www.nicovideo.jp/watch/sm39853779' + 'https://www.nicovideo.jp/watch/sm39853779', + 'https://www.nicovideo.jp/watch/sm19748724' // ** ] diff --git a/src/modules/reminder/index.ts b/src/modules/reminder/index.ts index 0e66942..9975137 100644 --- a/src/modules/reminder/index.ts +++ b/src/modules/reminder/index.ts @@ -6,7 +6,7 @@ import serifs, { getSerif } from '@/serifs'; import { acct } from '@/utils/acct'; import config from '@/config'; -const NOTIFY_INTERVAL = 1000 * 60 * 60 * 12; +const NOTIFY_INTERVAL = 1000 * 60 * 60 * 24; export default class extends Module { public readonly name = 'reminder';