McStatusBot is a cute and cool Discord bot designed to fetch and display the status of Minecraft servers (Java or Bedrock) with a stylish embed. Powered by mcstatus.io, Stacy provides live updates on player counts, server versions, and online/offline status!
- π Supports both Java and Bedrock Servers: Easily switch between server types when checking status.
- π¬ Stylish Embed Messages: Get server information with a clean and colorful embed.
- π₯ Live Player Count: See how many players are currently online.
- π οΈ Version Information: View the Minecraft server version.
β οΈ Error Handling: McStatusBot will let you know if there's a problem fetching server data.
Follow these steps to get McStatusBot up and running on your own server.
- π Python 3.8+
- π€ Discord Bot Token
- π¦
requestslibrary
-
Clone this repository:
git clone https://github.com/oxyzox/McStatusBot.git cd stacy-bot -
Install the required libraries:
pip install -r requirements.txt
-
Set up environment variables:
Create a
.envfile and add your Discord bot token:
TOKEN=your-discord-bot-token-here
- Run the bot:
python main.py
Made with β€οΈ by oxyzox