Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

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.

Installing discord.py

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.

Installing discord-components

We need to install the library discord-components

pip install --upgrade discord-components

⚠️ If you meet an error No matching distribution found for discord-components when installing, try updating the python version! (It must be upper than 3.6)

Creating the bot

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.