mirror of
https://github.com/Equicord/Equicord.git
synced 2025-03-14 14:10:26 -04:00
Fixes For PR
This commit is contained in:
parent
4da1e9f5d5
commit
440b68ea82
4 changed files with 9 additions and 6 deletions
|
@ -55,7 +55,7 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch
|
||||||
- Glide by Samwich
|
- Glide by Samwich
|
||||||
- GlobalBadges by HypedDomi & Hosted by Wolfie
|
- GlobalBadges by HypedDomi & Hosted by Wolfie
|
||||||
- GodMode by Tolgchu
|
- GodMode by Tolgchu
|
||||||
- GoodPerson by nin0dev
|
- GoodPerson by nin0dev & mantikafasi
|
||||||
- GoogleThat by Samwich
|
- GoogleThat by Samwich
|
||||||
- Grammar by Samwich
|
- Grammar by Samwich
|
||||||
- GrammarFix by unstream
|
- GrammarFix by unstream
|
||||||
|
|
|
@ -25,6 +25,9 @@ import { FluxDispatcher } from "@webpack/common";
|
||||||
/** * SEXUAL ***/
|
/** * SEXUAL ***/
|
||||||
const badVerbsSexual = ["fuck", "cum"];
|
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"];
|
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 ***/
|
/** * 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"];
|
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 ***/
|
/** * SLURS ***/
|
||||||
|
@ -55,6 +58,11 @@ export default definePlugin({
|
||||||
description: "Block sexual words/hornyspeak",
|
description: "Block sexual words/hornyspeak",
|
||||||
default: true
|
default: true
|
||||||
},
|
},
|
||||||
|
blockFurryspeak: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
description: "Block furryspeak/meowing",
|
||||||
|
default: true
|
||||||
|
},
|
||||||
blockBrainrot: {
|
blockBrainrot: {
|
||||||
type: OptionType.BOOLEAN,
|
type: OptionType.BOOLEAN,
|
||||||
description: "Block things commonly said by Gen Alpha children",
|
description: "Block things commonly said by Gen Alpha children",
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import "./style.css";
|
|
||||||
|
|
||||||
import { showNotification } from "@api/Notifications";
|
import { showNotification } from "@api/Notifications";
|
||||||
import ErrorBoundary from "@components/ErrorBoundary";
|
import ErrorBoundary from "@components/ErrorBoundary";
|
||||||
import { Devs, EquicordDevs } from "@utils/constants";
|
import { Devs, EquicordDevs } from "@utils/constants";
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
.vc-quest-completer-icon {
|
|
||||||
background-size: cover;
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue