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

Discord Server Features script patched #81

@byronbytes

Description

@byronbytes

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)}}}]);```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions