This is a (currently extremely incomplete) rewrite of a Discord bot for people who host or otherwise support a Minecraft server.

NetherEran a06b2acbdf made time print to terminal when updating 4 years ago
.gitignore 3fa637e045 added __pycache__ to gitignore 4 years ago
__init__.py 32ef07d183 made compatible with python 3.7.3 4 years ago
bot.py 32ef07d183 made compatible with python 3.7.3 4 years ago
command.py 32ef07d183 made compatible with python 3.7.3 4 years ago
license.txt 458f066928 Initial commit 5 years ago
readme.txt 32ef07d183 made compatible with python 3.7.3 4 years ago
servers.py a06b2acbdf made time print to terminal when updating 4 years ago

readme.txt


This bot can:
-Count players on a single minecraft server on command
-Count players automatically

To run this bot:
-create a text file in the directory called private.ref
-create an app on discord
-create a bot user for your app
-copy the token into private.ref
-join the bot on you guild
-run __init__.py


For contributers:
Dependencies:
discord.py
mcstatus
Should work on python 3.7.3

This code is licensed under the GPLv3
Read license.txt for detailed information

Contributors:
NetherEran