Skip to content

Instantly share code, notes, and snippets.

@Joshix-1
Last active December 3, 2025 12:17
Show Gist options
  • Select an option

  • Save Joshix-1/393c90ca7a64cbe5ab213ef12bd3bff8 to your computer and use it in GitHub Desktop.

Select an option

Save Joshix-1/393c90ca7a64cbe5ab213ef12bd3bff8 to your computer and use it in GitHub Desktop.
With this better discord plugin you can see NSFW channels if you are to dumb to tell discord you are over 18.
//META{"name":"AllowNSFW","authorId":"564843886434975745","website":"https://github.com/joshix-1", "source":"https://gist.github.com/Joshix-1/393c90ca7a64cbe5ab213ef12bd3bff8"}*//
module.exports = class AllowNSFW {
getName() {return "AllowNSFW";}
getDescription() {return "With this plugin you can see NSFW channels if you are to dumb to tell discord you are over 18.";}
getVersion() {return "0.0.1";}
getAuthor() {return "Joshix";}
load() {}
start() {
this.update();
}
stop() {}
onSwitch() {
this.update();
}
update () {
var v = BdApi.findModuleByProps("getCurrentUser").getCurrentUser();
if (typeof v === "undefined") return;
v.nsfwAllowed = true;
}
}
@Fawadphone294
Copy link

Why does it say meta not found? in better discord and it wont work for me

@RabbidViking
Copy link

im going to try and play with it but if anyone finds a work around pls let me know. and no vencord deleted the plugin to view nsfw a while ago

@Kxsumi
Copy link

Kxsumi commented Nov 30, 2025

im going to try and play with it but if anyone finds a work around pls let me know. and no vencord deleted the plugin to view nsfw a while ago

VencordPlus has it last I knew

@RabbidViking
Copy link

thats what i thought too but its gone now and users of reddit sayin they removed it

@MuffinTop62
Copy link

@MuffinTop62 People aren't entitled to code things for you nor tell you how to fix their code. It's their project. I'm sorry to put it blunt, but they do not owe you anything. It's their work. It doesn't matter how much you appreciate it, that doesn't mean they are forced to continue to fix it or work on it or even tell you how to fix it.

Please, be grateful in the first place that you had this to begin with.

I am very grateful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment