xhyrom / hykord

My @discord client modification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hykord

Full rewrite of old hykord

Features

  • Simple and easy to use discord client
  • Supports themes
    • Also BD themes
  • Supports plugins
    • BD plugins are in development
  • All discord versions (stable, canary, ptb, development)

Installation

Warning: This is a rewrite of old hykord, so you need to uninstall old hykord first
Automatic installer is in progress

  1. You must have node.js installed (also bun for pkg manager, optional)
  2. Clone this repo into any folder
  3. Install dependencies npm install
  4. Run injector npm run inject
    1. You can also add app/index.js and app/package.json to discord app resources/ folder
// index.js
require("PATH\\dist\\main");
require("../app.asar");

// package.json
{"name": "discord", "main": "index.js"}
  1. Build project npm run build

Links

Discord

About

My @discord client modification


Languages

Language:TypeScript 91.5%Language:Rust 7.8%Language:Sass 0.4%Language:JavaScript 0.3%