본문 바로가기
개발

[Discord] 봇 개발 준비하기

by sseddi 2022. 4. 10.
728x90

봇 계정 개설하기

https://discord.com/developers/docs/intro

 

Discord Developer Portal — API Docs for Bots and Developers

Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with.

discord.com

왼쪽 카테고리에서 

맨 위 Application 선택

오른쪽 New Application으로 생성

이름은 나중에 변경 가능

왼쪽 카테고리 OAuth2

Client ID 기록하기

왼쪽 카테고리 Bot

Add Bot 누르기

Yes, do it!

Reset Token 후 Token 기록하기

밑에 Bot Permissions

필요 권한 체크하기

 

기본 준비 끝

 

봇 서버에 추가하기

https://discordapp.com/oauth2/authorize?client_id=봇클라이언트아이디&scope=bot

서버 선택 후 승인하기

 

+ 필요한 묘듈 cmd에서 다운로드 받기

pip install discord asyncio websockets alohttp 

pip install requests beautifulsoup4 

 

https://hitomis.tistory.com/74

728x90

댓글