Added some Documentation for Mobot: Introduction, Installation, Getting Started on Custom modules, Lifecycle Methods and SlashCommands
This commit is contained in:
+13
-2
@@ -1,4 +1,15 @@
|
||||
---
|
||||
banner_title: "MoBot - A Modular Discord Bot"
|
||||
banner_description: "MoBot is a modular Discord bot written in Java, featuring a beginner-friendly api and extensive documentation."
|
||||
---
|
||||
banner_description: "MoBot is a modular Discord bot written in Java, with a feature rich API."
|
||||
---
|
||||
|
||||
# MoBot
|
||||
|
||||
MoBot is a modular, extensible Discord bot framework built in Java. It's designed to give developers full control over bot behavior through a clean and powerful API, while keeping setup and module development approachable—even for beginners.
|
||||
|
||||
At its core, MoBot supports a plugin-like architecture that allows you to build and manage independent modules, each with its own logic, commands, event listeners, and dependencies. Whether you're creating small utilities or full-featured systems, MoBot provides the structure and flexibility to support your ideas.
|
||||
|
||||
Modules are easy to configure and hot-load, and the framework handles startup order, logging, and lifecycle management out of the box. With a strong focus on developer experience, MoBot includes detailed documentation and examples to help you get started quickly.
|
||||
|
||||
Ready to get started? Follow the [Installation guide](/mobot/introduction/installation).
|
||||
Interested in building your own modules? Head over to [Creating a Module](/mobot/creating-a-module/modules-introduction) to learn more.
|
||||
Reference in New Issue
Block a user