DrDiscord
January 18, 2022 ยท View on GitHub
Installation
- Clone the repo
git clone https://github.com/Dr-Discord/DrDiscord - cd to the dir
cd DrDiscord - Install the dependencies
npm i - Run the install script
npm run installIf you want to install into a different directory, you can specify the path with the-- ["Discord","1.0.9003"]flag. (First argument is the name of the directory, second argument is the version of Discord)
Installation with other client mods
DrDiscord does work with other client mods. (Only tested with BD)
- Install the client mod
- Go into your discord resources folder
- Find the folder named
appand rename it toapp-old - Run the
Installationprocess orDrDiscord disappears
DrDiscord disappears
- cd to the DrDiscord folder
cd DrDiscordif you havent already - Run the install script
npm run install - If you cant see it still reinstall discord
Uninstall
- cd to the DrDiscord folder
cd DrDiscordif you havent already - Run the uninstall script
npm run uninstall