discremy
v1.0.2
Published
Your discord bot framework
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
- Integrated support for MongoDB databases.
- 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-appStart the bot:
yarn start📄 Documentation
You can review all the documentation on the official Discremy website.
📚 License
MIT License © 2025 PowerDiscord Team
