Here is a repository containing reverse engineered discord app source code.
app folder contains the source of main application and common folder contains all the utility functions for the discord application.
use npm to install the dependencies:
git clone https://github.com/enginestein/Reversecord.git
cd Reversecord
npm installNow, there are other helping folders that contains code for rich feaures of discord besides just texting, for example discord webhooks.
Below are the helping folders of the discord application:
- Cloudsync
- Dispatch
- erlpack
- Game utils
- Hook
- Krisp
- Media
- Overlay
- RPC
- Spellcheck
- Utils
- Voice
The entry point of the app is index.js which is in app folder. After installing all the modules you can run index.js:
node index.jsThere are no run scripts available, but I am sure that it works with index.js because in the package.json the entry point is index.js