🍥 ✨ 🍥 ✨ 🍥 ✨ 🍥 ✨ 🍥 ✨ 🍥 ✨ 🍥
Important
Experimental: This tool is currently in development. It is provided for functional testing and personal automation use.
- 🌸 Multi-Account – Manage multiple Discord tokens within the same interface.
- ⚡ Automation Macros – Keyword-based responses and interval-based messaging.
- 🎨 Frameless UI – React-based dashboard with a focused, dark utility design.
- 🤖 Slash Commands – Indexing and execution of server application commands.
# Clone the repository
git clone https://github.com/creator16/mochicord.git
# Enter the folder
cd mochicord
# Install dependencies
npm install
# Start development environment
npm run dev| Action | Command | Purpose |
|---|---|---|
| Development | npm run dev |
Vite + Electron hot-reload |
| Build | npm run build |
Frontend compilation |
| Package | npm run dist |
Generate platform installer |
☁️ File Organization
.
├── electron/ # Main process logic (Auth & Proxy)
│ ├── main.js # Entry point
│ ├── discord-service.js # Discord API bridge
│ └── storage.js # Data persistence
├── src/ # UI Renderer (React)
│ ├── components/ # Modular UI elements
│ ├── hooks/ # Functional logic
│ └── index.css # Styling & Themes
└── package.json # Dependencies & Build scripts
Distributed under the MIT License. See LICENSE for more information.

