Skip to content

2021年度関東信越地区 冬季交流会のアイスブレイクにて用いたDiscord Botを公開用に修正したもの

License

Notifications You must be signed in to change notification settings

5hrz/WordWolves2021

Repository files navigation

WordWolves2021

2021年度関東信越地区 冬季交流会アイスブレイクのために開発したワードウルフ運営用のDiscord Bot

Build & Use

Requirements

  • Java 17

Build

$ git clone git@github.com:5hrz/WordWolves2021.git
$ ./gradlew shadowJar

Run

$ java -jar <Path to Jar File>.jar

Configuration

config.yml

{
  "tokens": [],
  "status": "BEFORE_SETUP",
  "staffRoleId": -1,
  "staffCatId": -1,
  "teams": [],
  "guild": -1,
  "mainVC": -1,
  "gameAdmin": -1,
  "gameParticipant": -1,
  "teamCat": -1,
  "trueRole": -1,
  "falseRole": -1,
  "trueChannelId": -1,
  "falseChannelId": -1,
  "dummyChannelId": -1,
  "panelCh": -1,
  "panelId": -1,
  "channels": {},
  "announceChannel": -1,
  "currentTrue": "",
  "currentFalse": ""
}

dataset.json

{
  "words": [
    {
      "trueWord": "抹茶",
      "falseWord": "緑茶",
      "dummy": "ほうじ茶"
    }
  ]
}

Dependencies

License

WordWolves2021 is released under the MIT License.

About

2021年度関東信越地区 冬季交流会のアイスブレイクにて用いたDiscord Botを公開用に修正したもの

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages