LoginSignup
2
0

More than 5 years have passed since last update.

Discord.py の example/playlist.py を Windowsで動かした

Last updated at Posted at 2018-02-17

Discordの音楽再生用サンプルBot(example/playlist.py)をWindowsで動かしてみた

Windows環境にインストーラでPythonをインストール(3.6.4を入れた)

python -m pip install -U discord.py[voice]
python -m pip install -U youtube-dl

別途ffmpeg をインストールする必要がありました

あとはファイルの中のトークンを適時書き換えると動きます

python playlist.py

参考:https://github.com/Rapptz/discord.py

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0