diff --git a/src/commands/modcommands/ban.ts b/src/commands/modcommands/ban.ts index b655fa17..d683dde0 100644 --- a/src/commands/modcommands/ban.ts +++ b/src/commands/modcommands/ban.ts @@ -149,8 +149,9 @@ export const ban = async ( if ( member.id === "371724846205239326" || (botUser && member.id === botUser.id) - ) + ) { return "Fick dich bitte."; + } const existingBan = await Ban.findExisting(member.user); if (existingBan !== null) {