📒
discord-super-utils
  • Introduction
  • Installation
  • Managers
    • Base
    • Leveling Manager
    • Database Manager
    • Music Manager
    • Page Manager
    • Reaction Manager
Powered by GitBook
On this page

Was this helpful?

Installation

This page will guide you through the installation progress of discord.py and discord-super-utils

PreviousIntroductionNextBase

Last updated 3 years ago

Was this helpful?

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 is installed on your system if you are going to use MusicManager.

Here are some tutorials for installing FFMPEG on different operating systems

FFMPEG
WINDOWS
MAC OS
LINUX