This bot updates a Discord message with the status of a Minecraft Java Edition server.
- Install Python 3 and
pip3. - Install dependencies:
pip3 install -r requirements.txt
- Set up the required variable inside
bot.py:TOKEN: Your Discord bot token.
- Run the bot:
python3 bot.py
- The bot updates the message every 60 seconds.
- You have to change the time zone in all
bot.py.