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

Also make sure FFMPEG is installed on your system if you are going to use MusicManager.

Here are some tutorials for installing FFMPEG on different operating systems

Last updated