This project is a discord bot that will automatically claim Pokémon on the Discord Mudae game.
git clone [email protected]:GuillaumeLarue/MudaeBot.git
cd MudaeBot
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt Change your discord IDs in the Dockerfile and run the bot with:
docker compose up -d --buildTo stop the bot you have to run
docker compose down- Guillaume Larue