A simple yet complex matrix bot designed to enhance user interactions and automate tasks.
- User-friendly commands for various functionalities.
- Logging of events for better tracking and debugging.
- Modular design for easy extensibility.
- Clone the repository:
git clone https://github.com/samirxpikachuio/matrixbot_V1.git
- Navigate to the project directory:
cd matrixbot_V1 - Install dependencies using Bun.js:
bun install
To start the bot, run:
bun run index.jsindex.js: The entry point of the application.src/: Contains the main source code for the bot.Command.js: Handles command definitions and execution.CommandRegistry.js: Manages the registration of commands.MatrixBot.js: Core bot functionality and event handling.Mod.js: Additional modules for MCA
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.