Installation
This page will guide you through the installation progress of discord.py and discord-super-utils
Installing required modules.
Installing discord.py is a straight forward task.
python -m pip install discord.py
To install discord.py with full voice support, use the following command:
python -m pip install discord.py[voice]
Now, to install discordSuperUtils, use the following command:
python -m pip install discordSuperUtils
Here are some tutorials for installing FFMPEG on different operating systems
Last updated
Was this helpful?