Skip to content

Instantly share code, notes, and snippets.

@hwahyang1
Last active March 14, 2020 10:22
Show Gist options
  • Save hwahyang1/702aaea9ba8d8be169c13b50ae32e7ca to your computer and use it in GitHub Desktop.
Save hwahyang1/702aaea9ba8d8be169c13b50ae32e7ca to your computer and use it in GitHub Desktop.
: cmd(명령 프롬포트)에서 진행 해 주세요. 관리자 권한이 필요하지 않습니다.
: Python 명령어를 사용 할 수 있게 Python을 실행시킵니다
python
: discord 모듈을 불러옵니다
import discord
: discord 모듈 버전을 출력합니다
discord.__version__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment