- Minecraft-Init by Athenus installed managing your minecraft server
- Python3
- Linux Server (WSL2 works)
- A discord bot (I won't go into detail about this, you can find tutorials online)
- Clone this repo
- python3 -m venv venv
- source venv/bin/activate
- pip install discord.py
- touch bot_token.py
- Inside bot_token.py
- Should be formatted like this:
-
bot_token = r"<BOT TOKEN HERE>" channel_id = <CHANNEL ID HERE> ip = "<IP HERE>"
- python3 bot.py