Skip to content

Zxnii/DowngradedDiscord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DowngradedDiscord

This is a simple patched version of Discord, there really isn't a lot to it.


Installation & development

Install all dev dependencies via npm install then inject into your Discord client

Stable

npm run inject

PTB

npm run inject -- -ptb

Canary

npm run inject -- -canary

Writing patches

Patches are easy to write, you can first unpack Discord, take the file you wish to patch then modify it and put it in the patches directory

Unpacking

Stable

npm run unpack

PTB

npm run unpack -- -ptb

Canary

npm run unpack -- -canary

Todo

  • Plugins (there's a wip implementation, but it's far from complete)
  • Don't expose require

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published