Skip to content

Instantly share code, notes, and snippets.

View Saraistupid's full-sized avatar
🎵
probably playing rhythm heaven

Saraistupid Saraistupid

🎵
probably playing rhythm heaven
  • Mansoura, Al Dakahlia, Egypt
View GitHub Profile
@Joshix-1
Joshix-1 / allowNsfw.plugin.js
Last active November 3, 2023 00:46
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();