mjx-client
v1.0.1
Published
A discord bot framework built on top of discord.js made by majcek210
Readme
MJX CLIENT
MJX Client is a highly customizable Discord bot framework built on top of Discord.js v14. It allows structured management of commands, events, and bot behavior, providing a flexible framework for creating Discord bots.
Features
- Structured event handling with support for
onceand recurring events. - Easy registration of slash commands and automatic handling of interactions.
- Built-in debug logging
- Modular architecture with dynamic command and event loading.
Installation
npm install mjx-clientConfiguration
MJX Client can be configured during instantiation, allowing you to set the client name(which can be acessed anytime from the client), enable debug mode, and specify Discord intents.
Directory Structure
project/
│
├─ commands/ # Slash commands
├─ events/ # Event handlers
├─ src/
│ └─ index.ts # Main bot entry
└─ package.jsonLicense
MJX Client is licensed under the MIT License. See LICENSE for details.
