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

Commit a250e90

Browse files
authored
feat: prevent sir from being used (#550)
1 parent 4cf690f commit a250e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { MessageEmbed } from 'discord.js';
22

33
export default {
4-
preventWords: ['guyz', 'guyzz', 'bruh', 'duude'],
4+
preventWords: ['guyz', 'guyzz', 'bruh', 'duude', 'sir'],
55
alexWhitelist: {
66
profanitySureness: 1,
77
noBinary: true,

0 commit comments

Comments
 (0)