My personnal Python Discord's bot.
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
)
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.
cd PowiPy/
python3 bot.py
You may need to specify your python version. Ex: python3.10 bot.py