DisoMCBot is a Minecraft status bot for SMP servers. It provides the server's status and online players. You can add and remove cogs to customize the bots commands. The cogs are added automatically and default cog is status.py
- Install all requirements using
pip install -r requirements.txt
- Create a
.env
file like the one below.
IP="minecraft server ip"
PREFIX="!"
#imgur credentials
CLIENT_ID="imgur client id"
API_KEY="imgur client secret"
URL="https://api.imgur.com/3"
BOT_KEY="discord bot token"
#SSH credentials (this part not needed if you are not using servercontrol cog)
SERVER_IP = "ssh server ip"
SERVER_USER = "dishit"
SERVER_PAS = "password"
- Run bot!
Add error handlingAdd birdflop's timing analyzerRebase everything into cogs- Make a docker