Skip to content

Commit

Permalink
Add braces
Browse files Browse the repository at this point in the history
  • Loading branch information
holzmaster committed Mar 22, 2024
1 parent c6ce8c8 commit 3e34a7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/modcommands/ban.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3e34a7a

Please sign in to comment.