Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (14 loc) · 538 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 538 Bytes

#VoiceManager 초간단 디스코드 음성 채팅방 자동 생성 봇

###config.json

{
  "requestChannelId": "접속하면 음성 채팅방이 생기는 음성 채팅방의 ID",
  "parentChannelId": "음성 채팅방이 생길 카테고리 ID",
  "logChannelId": "유저 JOIN, LEAVE 기록할 채널",
  "gameRunningRole": "유저가 게임 실행시 강조 역할을 하는 디스코드 역할 ID",
  "gameTitleName": "강조할 게임 이름",
  "bitrate": "음성챗 비트레이트 bps 단위로",
  "token": "토큰"
}