mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05: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
|
||||
- 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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
.vc-quest-completer-icon {
|
||||
background-size: cover;
|
||||
}
|
Loading…
Reference in a new issue