From 15ae9c1db572085a662e28182d7453e35e5a946e Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 4 Apr 2021 16:05:26 +0900 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=A8=B3=E3=81=8Cdekinai?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/poll/index.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/modules/poll/index.ts b/src/modules/poll/index.ts index e6a2295..a5339f5 100644 --- a/src/modules/poll/index.ts +++ b/src/modules/poll/index.ts @@ -62,19 +62,11 @@ export default class extends Module { ['Misskey本部にありそうなもの', 'みなさんは、Misskey本部にありそうなものはどれだと思いますか?'], ['燃えるゴミ', 'みなさんは、どれが燃えるゴミだと思いますか?'], ['好きなおにぎりの具', 'みなさんの好きなおにぎりの具はなんですか?'], - ['そして輝くウルトラ', 'みなさんは、そして輝くウルトラ…?'], ]; const poll = polls[Math.floor(Math.random() * polls.length)]; - const choices = poll[0] === 'そして輝くウルトラ' ? [ - 'そう', - 'どちらかというとそう', - 'どちらでもない', - 'どちらかというとそうではない', - 'そうではない', - 'わからない・回答しない', - ] : [ + const choices = [ genItem(), genItem(), genItem(),