0. 파이썬 설치
파이썬의 설치는 아래 링크를 참고해주세요.
파이썬 설치하기
https://www.python.org/downloads/ Download Python The official home of the Python Programming Language www.python.org 위의 링크에 접속합니다 사진처럼 생긴 부분에서 알맞은 버전의 Download 버튼을 누..
sol-studio.tistory.com
1. nextcord 설치와 discord.py 제거
$ pip install nextcord
$ pip uninstall discord.py
위의 명령어를 실행해주세요
2. nextcord 설치 확인
$ python -c "import nextcord;print(nextcord.__version__)"
위의 명령어를 실행했을 때 잠시 시간이 걸린 후 2.x.x 라고 출력되면 본 강의를 시작할 준비가 되었습니다.
이 강의의 시리즈
https://sol-studio.tistory.com/category/%EC%BD%94%EB%94%A9/Nextcord
sol-studio
sol-studio.tistory.com
반응형