채팅 중계용 디스코드 봇
BOT_TOKEN="Your Bot Token"
BOT_PRESENCE_NAME="채팅 중계"
API_URI="채팅 중계 웹서버 주소 (ex. http://localhost:3000/chat)"
CHAT_CHANNEL="채팅 내용을 중계할 채널의 ID"
SECRET_KEY="API 서버측 시크릿키"
git clone https://github.com/vientorepublic/DiscordChatRelay.git
npm install
npm run build
npm run start