Merge pull request #28 from n1lsqn/fix/maintenance

feat: 曲追加, fix: 間隔伸ばす
This commit is contained in:
n1lsqn 2023-11-15 17:20:47 +09:00 committed by GitHub
commit 50c344e0de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View file

@ -15,7 +15,7 @@ export default class extends Module {
if (Math.random() < 0.04) { if (Math.random() < 0.04) {
this.post(); this.post();
} }
}, 1000 * 60 * 10); }, 1000 * 60 * 60);
return {}; return {};
} }

View file

@ -15,7 +15,7 @@ export default class extends Module {
if (Math.random() < 0.1) { if (Math.random() < 0.1) {
this.post(); this.post();
} }
}, 1000 * 60 * 60); }, 1000 * 60 * 120);
return { return {
mentionHook: this.mentionHook, mentionHook: this.mentionHook,

View file

@ -103,7 +103,8 @@ const vocaloidUrls = [
'https://www.nicovideo.jp/watch/sm3075492', 'https://www.nicovideo.jp/watch/sm3075492',
'https://www.nicovideo.jp/watch/sm12850213', 'https://www.nicovideo.jp/watch/sm12850213',
'https://www.nicovideo.jp/watch/sm10150980', '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'
// ** // **
] ]

View file

@ -7,7 +7,7 @@
## 独自機能 ## 独自機能
### 曲紹介 ### 曲紹介
「曲」「音楽」などと話しかけると、リストにある中からランダムで曲をおすすめしてくれます。(現在40曲程度) 「曲」「音楽」などと話しかけると、リストにある中からランダムで曲をおすすめしてくれます。(現在100曲程度)
### なでなで ### なでなで
「なでなで」「撫でて」「なでて」と投稿すると、藍が撫でに行きます。 「なでなで」「撫でて」「なでて」と投稿すると、藍が撫でに行きます。