ReGuilded is a client injector/client mod that allows you to extend the functionality of Guilded's client by providing theme and addon support.
NOTE: ReGuilded isn't fully stable and you may encounter some bugs or short-comings. We are looking for more contributors working on ReGuilded.
You can use the Easy Installer located on our website. Or alternatively you can also download it from github.
ReGuilded is not associated with Guilded in any capacity. We have sought permission, and Guilded has confirmed that it will take no action using ReGuilded. However, abusing the mod using plugins or any other means to violate Guilded TOU could result in your account being banned.
Be sure to also read our license.
Pull requests and Issues are welcome. You may want to coordinate with us on our Guilded Server in advance.
You can get the project's dependencies by running npm i
in the repositories root folder.
Steps for testing:
- Run
npm run inject
- This will runnpm run build
andnpm run injectbare
which will automatically put the asar into the right folder. - There are two ways to update this asar after injecting:
- Running
npm run inject
- Which will build, then uninject and inject. - Or copy the
reguilded.asar
located in theout
directory to one of the following directories.- Linux:
/user/local/share/ReGuilded
- Mac:
/Applications/ReGuilded
- Windows:
%PROGRAMFILES%/ReGuilded
- Linux:
- Running
- After updating the asar file you can press CTRL/CMD + R while focused on Guilded and your changes you made will be loaded.
As mentioned at the top of this document, ReGuilded is currently under active development and is not fully stable yet. Please leave suggestions and ideas in the Community Tab or on our Guilded Server. Contributions are welcome.
Our Patcher code is influence by Powercord's Patcher Code, all credit goes to them for this file.
ReGuilded is licensed under the BSD 3-Clause license.