This is a plugin for the Enmity Discord client mod that displays simple debug information in an embed, including version number, build number, and the device indetifier.
If you just want to use the plugin without building it yourself, you can find the prebuilt version in the "src/dist" folder.
- Node.js (Download and install it from https://nodejs.org/)
- Open your terminal (or command prompt) and navigate to the repository directory:
cd /path/to/the/repo
- Install dependencies using npm:
npm i
- Build the plugin
npm run build