@meeza/framework
v1.0.4
Published
High-performance TypeScript framework for Discord bot development
Maintainers
Readme
Meza Framework
Description
Meza Framework is a robust and flexible JavaScript/TypeScript framework designed for building scalable applications.
Installation
npm install @meeza/frameworkQuick Start
- CommonJs
const { greet } = require('@meeza/framework');
greet("Hello World!") //Hello World!- ESM
import { greet } from '@meeza/framework';
greet("Hello World!") //Hello World!- Typescript
import { greet } from '@meeza/framework';
greet("Hello World!") //Hello World!Features
- Easy to use
- Speed
- cooldown in commands
- locale system and more...
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
For support, please Discord Server Link on Discord Or Discord Profile
