mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
Merge pull request #28 from n1lsqn/fix/maintenance
feat: 曲追加, fix: 間隔伸ばす
This commit is contained in:
commit
50c344e0de
4 changed files with 5 additions and 4 deletions
|
@ -15,7 +15,7 @@ export default class extends Module {
|
|||
if (Math.random() < 0.04) {
|
||||
this.post();
|
||||
}
|
||||
}, 1000 * 60 * 10);
|
||||
}, 1000 * 60 * 60);
|
||||
|
||||
return {};
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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'
|
||||
// **
|
||||
]
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
## 独自機能
|
||||
### 曲紹介
|
||||
「曲」「音楽」などと話しかけると、リストにある中からランダムで曲をおすすめしてくれます。(現在40曲程度)
|
||||
「曲」「音楽」などと話しかけると、リストにある中からランダムで曲をおすすめしてくれます。(現在100曲程度)
|
||||
|
||||
### なでなで
|
||||
「なでなで」「撫でて」「なでて」と投稿すると、藍が撫でに行きます。
|
||||
|
|
Loading…
Reference in a new issue