Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 784 Bytes

File metadata and controls

34 lines (21 loc) · 784 Bytes

My personnal Python Discord's bot.

Configuration

Python version needed: 3.10+

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.

Running

cd PowiPy/
python3 bot.py

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