Fixes For PR

This commit is contained in:
thororen1234 2024-10-19 11:24:58 -04:00
parent 4da1e9f5d5
commit 440b68ea82
4 changed files with 9 additions and 6 deletions

View file

@ -55,7 +55,7 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch
- Glide by Samwich
- GlobalBadges by HypedDomi & Hosted by Wolfie
- GodMode by Tolgchu
- GoodPerson by nin0dev
- GoodPerson by nin0dev & mantikafasi
- GoogleThat by Samwich
- Grammar by Samwich
- GrammarFix by unstream

View file

@ -25,6 +25,9 @@ import { FluxDispatcher } from "@webpack/common";
/** * SEXUAL ***/
const badVerbsSexual = ["fuck", "cum"];
const badNounsSexual = ["cunt", "yuri", "whore", "dick", "pussy", "slut", "tit", "cum", "cock", "blowjob", "sex", "ass", "furry", "bewbs", "boob", "booba", "boobies", "boobs", "booby", "porn", "pron", "pronhub", "r34", "rape", "raped", "raping", "rapist"];
/** * FURRY ***/
const badNounsFurry = ["<a:meowing:1284972816906846298>", "meowing", "meow", "miau", "mreow", "mrow", "woof", "nya", ":pleading_catgirl", "purr", "oomf", "oomfie"];
const badRegexesFurry = ["mr*eo*w+, mr+p, nya+, mrow+, purr+"];
/** * BRAINROT ***/
const badNounsBrainrot = ["mewing", "mew", "skibidi", "gyat", "gyatt", "rizzler", "nettspend", "boykisser", "ohio", "rizz", "tickle my toes bruh", "crack my spine like a whip", "hawk tuah"];
/** * SLURS ***/
@ -55,6 +58,11 @@ export default definePlugin({
description: "Block sexual words/hornyspeak",
default: true
},
blockFurryspeak: {
type: OptionType.BOOLEAN,
description: "Block furryspeak/meowing",
default: true
},
blockBrainrot: {
type: OptionType.BOOLEAN,
description: "Block things commonly said by Gen Alpha children",

View file

@ -16,8 +16,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import "./style.css";
import { showNotification } from "@api/Notifications";
import ErrorBoundary from "@components/ErrorBoundary";
import { Devs, EquicordDevs } from "@utils/constants";

View file

@ -1,3 +0,0 @@
.vc-quest-completer-icon {
background-size: cover;
}