We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b54b1e commit 08b5e19Copy full SHA for 08b5e19
src/commands/ban.ts
@@ -35,7 +35,7 @@ export async function execute(
35
36
if (
37
typeof targetUserRaw === "string" &&
38
- ["furries", "furry"].includes(targetUserRaw.toLowerCase())
+ ["t7ru", "380694434980954114"].includes(targetUserRaw.toLowerCase())
39
) {
40
const embed = new EmbedBuilder()
41
.setColor("#FFC0CB")
0 commit comments