Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discord Server Features script patched #81

Open
byronbytes opened this issue Mar 9, 2023 · 0 comments
Open

Discord Server Features script patched #81

byronbytes opened this issue Mar 9, 2023 · 0 comments

Comments

@byronbytes
Copy link
Contributor

byronbytes commented Mar 9, 2023

I tried running this codeblock on my server multiple times but it didn't work and didn't visually update anything. Does this mean it got patched?

https://github.com/Discord-Oxygen/Discord-Console-hacks#add-guild-features

let serverid = "(MY SERVER ID)";
let feature = "VERIFIED"; // i also put PARTNERED as well, but to no avail it also didn't work.

window.webpackChunkdiscord_app.push([[Math.random()], {}, (req) => {for (const m of Object.keys(req.c).map((x) => req.c[x].exports).filter((x) => x)) {if (m.default && m.default.getGuilds !== undefined) {return m.default.getGuild(serverid).features.add(feature)}if (m.getGuilds !== undefined) {return m.getGuild(serverid).features.add(feature)}}}]);```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant