Skip to content

Instantly share code, notes, and snippets.

@Vendicated
Created April 14, 2023 06:52
Show Gist options
  • Save Vendicated/c86016b7fa68a754885ecd82a6ac0f2a to your computer and use it in GitHub Desktop.
Save Vendicated/c86016b7fa68a754885ecd82a6ac0f2a to your computer and use it in GitHub Desktop.

Open devtools inside Discord by pressing Ctrl + Shift + i and run

Vencord.Webpack.findByProps('updateGuildNotificationSettings').updateGuildNotificationSettings("@me", {
    muted: false,
    suppress_everyone: false,
    suppress_roles: false
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment