Awesome
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
- You must have node.js installed (also bun for pkg manager, optional)
- Clone this repo into any folder
- Install dependencies
npm install
- Run injector
npm run inject
- You can also add
app/index.js
andapp/package.json
to discord app resources/ folder
- You can also add
// index.js
require("PATH\\dist\\main");
require("../app.asar");
// package.json
{"name": "discord", "main": "index.js"}
- Build project
npm run build