MCBot is a Discord multipurpose bot targeted at the Minecraft community, featuring functionalities like server status and player lookup
Tip
This project is still in development, and the bot is not yet available for public use. If you want to contribute, feel free to fork the repository and submit a pull request.
To install the bot, you need to have Python 3.8 or higher installed on your machine. You can install the required dependencies by running the following command:
pip install pipenv
pipenv install
To run the bot, you need to create a .env
file in the root directory of the project with the following content:
TOKEN=your_discord_bot_token
After that, you can run the bot by executing the following command:
pipenv run python main.py
If you want to contribute to the project, you can fork the repository and submit a pull request. Make sure to follow the contribution guidelines before submitting your changes.
This project is licensed under the MIT License - see the LICENSE file for details.