Skip to content

Commit

Permalink
Merge pull request #900 from tsg-ut/intro-quiz
Browse files Browse the repository at this point in the history
Discordにイントロクイズを実装
  • Loading branch information
hakatashi authored Jun 20, 2024
2 parents 75403e2 + f685db7 commit 0b20e66
Show file tree
Hide file tree
Showing 12 changed files with 65,485 additions and 64,256 deletions.
641 changes: 641 additions & 0 deletions bin/intro-quiz-util.mts

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions bin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"moduleResolution": "NodeNext",
"module": "NodeNext",
"target": "ESNext"
}
}
1 change: 1 addition & 0 deletions discord/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
questionText.mp3
questionText.webm
answerText.mp3
tempAudio.mp3
Loading

0 comments on commit 0b20e66

Please sign in to comment.