SETUP

copy config/config.example.json to config/config.json
{
  "discord_token": "discord_token", // discord bot token
  "summon_timeout": 10, // 연속 입력 시간
  "white_list": null, // 허용된 유저 ID
  "limit_count": 3 // 최대 연속 입력 횟수
}