This repository was archived by the owner on Jun 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Installations
Felipe Giraldo edited this page Jun 17, 2022
·
8 revisions
We suggest you be familiar with discord.py and python. This is a Ticket Bot guide so it couldn't contain a lot of python explanations.
We need to install the library discord.py
If you are using Windows, then the following should be used instead:
py -3 -m pip install -U discord.py
If you are using another operating system or virtual machine go to this site.
We need to install the library discord-components
pip install --upgrade discord-components
⚠️ If you meet an errorNo matching distribution found for discord-components
when installing, try updating the python version! (It must be upper than 3.6)
We need to create the bot in Discord Developer Portal. If you have no idea how to do it follow this documentation.
Invite the bot to your server.