<aside> <img src="/icons/conversation_gray.svg" alt="/icons/conversation_gray.svg" width="40px" /> 저장소: https://github.com/discord/discord-example-app 가이드: https://discord.com/developers/docs/quick-start/getting-started

</aside>

<aside> 💡 개념

server ↔ bot ↔ app

사전 준비

Application 생성

API를 쓰기위해선 어플리케이션을 만들어서 그것의 키를 사용하는 듯함

Key 저장

App

clone

git clone <https://github.com/discord/discord-example-app.git>

환경변수 세팅

APP_ID="???"
PUBLIC_KEY="???"
DISCORD_TOKEN="???"