Skip to content

A Discord automation tool built with Electron and React, featuring multi-account support, custom macros, and interval-based messaging.

License

Notifications You must be signed in to change notification settings

klima-sec/mochicord

Repository files navigation

Mochicord 🍡 ✨

Typing SVG

Status Electron License


🍥 ✨ 🍥 ✨ 🍥 ✨ 🍥 ✨ 🍥 ✨ 🍥 ✨ 🍥

🎀 Project Status

Important

Experimental: This tool is currently in development. It is provided for functional testing and personal automation use.


🛠️ Features

  • 🌸 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.

🚀 Setup

# 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

📖 Workflow

Action Command Purpose
Development npm run dev Vite + Electron hot-reload
Build npm run build Frontend compilation
Package npm run dist Generate platform installer

📂 Structure

☁️ 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

⚖️ License

Distributed under the MIT License. See LICENSE for more information.



Developed for the open source community.

About

A Discord automation tool built with Electron and React, featuring multi-account support, custom macros, and interval-based messaging.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors