Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 521 Bytes

File metadata and controls

31 lines (21 loc) · 521 Bytes

MudaeBot

This project is a discord bot that will automatically claim Pokémon on the Discord Mudae game.

Installation

    git clone git@github.com:GuillaumeLarue/MudaeBot.git
    cd MudaeBot
    python3 -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt  

Use

Change your discord IDs in the Dockerfile and run the bot with:

    docker compose up -d --build

To stop the bot you have to run

    docker compose down

Author

  • Guillaume Larue