We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6926a7 commit 99adccbCopy full SHA for 99adccb
kirafan/quiz.ts
@@ -441,7 +441,7 @@ export default (slackClients: SlackInterface): void => {
441
}
442
443
444
- if (message.text.match(/^きらファン当てクイズ (easy|[☆★]3)$/)) {
+ if (message.text.match(/^きらファン当てクイズ\s?(easy|[☆★]3)$/)) {
445
const randomKirafanCard = sample((await getKirafanCards()).filter(card => card.rare === 2));
446
const problem = await generateProblem(randomKirafanCard);
447
const quiz = new KirafanAteQuiz(slackClients, problem, postOptionEasy);
0 commit comments