mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
Merge pull request #30 from n1lsqn/fix/maintenance
feat: リマインドインターバルを24時間おきに設定
This commit is contained in:
commit
59bcc77d7a
2 changed files with 3 additions and 2 deletions
|
@ -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'
|
||||
// **
|
||||
]
|
||||
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue