discremy
v2.0.2
Published
Your discord bot framework
Downloads
291
Readme
⚡ Discremy
Develop quickly, easily and efficiently.
Make sure you have NodeJS v20 or higher installed for proper functionality.
This is a framework for developing Discord bots in a much simpler and faster way, based entirely on JavaScript and official libraries.
🚀 Features
- Optional package-based MongoDB integration via
@discremy/mongodb. - Optional package-based MySQL integration via
@discremy/mysql. - Built-in REST API system using routes.
- Modular file structure for scalability.
- Automatic slash command registration.
- Easy-to-use event system.
- Central configuration file for global options.
- Plugin-ready core for future expansions.
🧩 Create your first project
Run this command in your terminal to create a sample project:
npx create-discremyOnce your project is created, go to the folder that was just created in your current directory:
cd my-discremy-appInstall optional modules only if your bot needs them:
npm i @discremy/mongodb
npm i @discremy/mysqlStart the bot:
yarn start📄 Documentation
You can review all the documentation on the official Discremy website.
📚 License
MIT License © 2025 PowerDiscord Team
