Skip to content

ChristallerPierre/discord_bot_icon_editor

 
 

Repository files navigation

discord_bot_icon_editor

Installation

  1. Clone the project
git clone https://github.com/Hkllopp/discord_bot_icon_editor
  1. Create a virtual environment
python -m venv venv
  1. Activate the virtual environment
# Linux
source venv/bin/activate
# Windows
venv\Scripts\activate
  1. 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
  1. 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
  1. Run the bot
python bot.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%