- Clone the project
git clone https://github.com/Hkllopp/discord_bot_icon_editor
- Create a virtual environment
python -m venv venv
- Activate the virtual environment
# Linux
source venv/bin/activate
# Windows
venv\Scripts\activate
- Install the requirements
pip install -r requirements.txt
# If installation fails, you can try to install the requirements one by one using the light_requirements.txt file
- Create a credentials file using .env.sample as a template (and use your own secrets). You can find a guid to create a discord bot here
cp .env.sample .env
- Run the bot
python bot.py