diff --git a/src/modules/noting/index.ts b/src/modules/noting/index.ts index c695504..299521b 100644 --- a/src/modules/noting/index.ts +++ b/src/modules/noting/index.ts @@ -15,7 +15,7 @@ export default class extends Module { if (Math.random() < 0.04) { this.post(); } - }, 1000 * 60 * 10); + }, 1000 * 60 * 60); return {}; } diff --git a/src/modules/poll/index.ts b/src/modules/poll/index.ts index a5339f5..d43adfb 100644 --- a/src/modules/poll/index.ts +++ b/src/modules/poll/index.ts @@ -15,7 +15,7 @@ export default class extends Module { if (Math.random() < 0.1) { this.post(); } - }, 1000 * 60 * 60); + }, 1000 * 60 * 120); return { mentionHook: this.mentionHook, diff --git a/src/modules/recommend-music/index.ts b/src/modules/recommend-music/index.ts index d48eac6..e0dbc0e 100644 --- a/src/modules/recommend-music/index.ts +++ b/src/modules/recommend-music/index.ts @@ -103,7 +103,8 @@ const vocaloidUrls = [ 'https://www.nicovideo.jp/watch/sm3075492', 'https://www.nicovideo.jp/watch/sm12850213', 'https://www.nicovideo.jp/watch/sm10150980', - 'https://www.youtube.com/watch?v=CoL42lnNtp8' + 'https://www.youtube.com/watch?v=CoL42lnNtp8', + 'https://www.nicovideo.jp/watch/sm39853779' // ** ] diff --git a/torisetu.md b/torisetu.md index a66fc6c..9f996fd 100644 --- a/torisetu.md +++ b/torisetu.md @@ -7,7 +7,7 @@ ## 独自機能 ### 曲紹介 -「曲」「音楽」などと話しかけると、リストにある中からランダムで曲をおすすめしてくれます。(現在40曲程度) +「曲」「音楽」などと話しかけると、リストにある中からランダムで曲をおすすめしてくれます。(現在100曲程度) ### なでなで 「なでなで」「撫でて」「なでて」と投稿すると、藍が撫でに行きます。