mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 13:17:59 +00:00
Update index.ts
This commit is contained in:
parent
78886e0144
commit
0ad7d63901
|
@ -25,7 +25,7 @@ export default class extends Module {
|
||||||
|
|
||||||
@autobind
|
@autobind
|
||||||
private async post() {
|
private async post() {
|
||||||
const duration = 1000 * 60 * 30;
|
const duration = 1000 * 60 * 10;
|
||||||
|
|
||||||
const polls = [ // TODO: Extract serif
|
const polls = [ // TODO: Extract serif
|
||||||
['珍しそうなもの', 'みなさんは、どれがいちばん珍しいと思いますか?'],
|
['珍しそうなもの', 'みなさんは、どれがいちばん珍しいと思いますか?'],
|
||||||
|
|
Loading…
Reference in a new issue