Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
fix: add women to flag list (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
starlightknown authored Jun 13, 2021
1 parent 30e53ee commit 4fb02ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { MessageEmbed } from 'discord.js';

export default {
preventWords: ['guyz', 'guyzz', 'bruh', 'duude', 'sir'],
preventWords: ['guyz', 'guyzz', 'bruh', 'duude', 'women', 'sir'],
alexWhitelist: {
profanitySureness: 1,
noBinary: true,
Expand Down

0 comments on commit 4fb02ae

Please sign in to comment.