Skip to content

BuildTheEarth/main-bot

Repository files navigation

Main Bot

The main discord bot for the BuildTheEarth Discord server.

official build chat donate TypeScript lines license: MIT nps friendly

BuildTheEarth

Our mission is to fully recreate the entire Earth in Minecraft at a 1:1 scale. One block in Minecraft equates to roughly one meter in the real world, meaning that this project will fully recreate the size of our planet. Anyone is able to join us and contribute to the largest and most expansive build project to ever have been attempted in Minecraft. Every language, nationality, and regional difference is accepted and regarded as our greatest attribute as we continue our journey to unite all of Humanity's greatest achievements into a single Minecraft world. Join us in this massive project as we recreate the Earth in Minecraft, in 1:1 scale, one block at a time. Discord Server

Bot

This bot is used both in the main Build The Earth server and in the staff server. It's filled with features crafted by our projects unique wants and needs. These features, include moderation and management commands, suggestions, and utilities exclusive to our project operations.

This bot is highly customized to the needs of BuildTheEarth, it is for that reason that we advise against using for your own personal use, and running the bot is not supported, many commits are not production ready. Although we would love to provide support if you plan on contributing.

Rewrite

This project originated as a complete rewrite of our servers old bot, an extension of the AlphaConsole bot. As the old code was unmaintainable and riddled with bugs, we decided that a whole rewrite was the best option. This bot has sense had almost two more complete rewrites with the update to discord.js v13 and the added support for Discord Slash Command interactions.

Development

  • The bot is written in TypeScript, a statically-typed superset of JavaScript;
  • It uses discord.js for interacting with Discord's API;
  • TypeORM for object–relational mapping;
  • And it follows object-oriented and modularization principles.
  • For version control, it follows a superset of the Conventional Commits specification.
  • Docker is used for containerization and deployment.

Contributors


Noah Husby

📆

cAttte

📆 💻🚧 🚇 🔌 📖 🤔

XboxBedrock

📆 💻 🚧 🚇 📖 🤔

arc25275

💻 🚧 🤔

Malachi Brooks

💻 🚧 📖 🤔

Mr-Smarty

💻 🤔

metalcupcake5

💻

evil

💻

olivephio

🎨 🤔

vicrobex

🎨

This project follows the All Contributors specification. Contributions of any kind are welcome!

Contributing

If you wish to help by contributing to this project we greatly appreciate it but there are a few things you need to do first. To begin all of your contributions must follow our Code Of Conduct and we ask that you check with a member of the bot development team before working on and proposing any major changes.

  • The bot is written in TypeScript, a statically-typed superset of JavaScript;
  • It uses discord.js for interacting with Discord's API;
  • TypeORM for object–relational mapping;
  • And it follows object-oriented and modularization principles.
  • For version control, it follows a superset of the Conventional Commits specification, hwoever this does not to be strictly followed.

Setup

To install and configure this bot see our installation guide

Standards

Format the codebase with Prettier using npm start format.

Lint the codebase with ESLint using npm start lint.

Changelog

To follow all of the changes made to the bot since its first release, check the Changelog.

License

This bot is licensed under the MIT License.