Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant