mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
feat: 頻度下げる
This commit is contained in:
parent
6b7ff2329b
commit
385b097cf1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ export default class extends Module {
|
|||
|
||||
@autobind
|
||||
private async post() {
|
||||
const duration = 1000 * 60 * 15;
|
||||
const duration = 1000 * 60 * 24;
|
||||
|
||||
const polls = [ // TODO: Extract serif
|
||||
['珍しそうなもの', 'みなさんは、どれがいちばん珍しいと思いますか?'],
|
||||
|
|
Loading…
Reference in a new issue