Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.25 KB

My personnal (but not main one) Discord's Bot, written in Python, from scratch.

This repo is for personnal use and you may not be able to fully used this bot, unless you know what to do with the environment variables and the lines who depends on it.

Configuration

Python version needed: 3.8 | 3.9 | 3.10

Those versions are needed to run discord.py v2.*

You need to create a Discord App in the Discord Developer Portal, create a bot app and check all the Intents. (Also uncheck public bot)

Installation

It is recommended to build a python app in a virtual environment with python-venv.

Clone the project:

git clone https://github.com/MalikAza/PowiPy.git

Install the requirements:

pip3 install -r requirements.txt

Change the .env.example file to .env and change its content.

YOUR_DISCORD_APP_INVITE_LINK must be something like: https://discord.com/api/oauth2/authorize?client_id=client_id_from_discord_api_page&permissions=0&scope=bot%20applications.commands

Running

cd PowiPy/
python3 bot.py

You may need to specify your python version. Ex: python3.8 bot.py