Skip to content

Commit

Permalink
eeeeeeeeeeeeeeeeeeeee x2
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Dec 28, 2023
1 parent 81545a3 commit 7d579b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webserver/banshare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const banButton = new Button(
// @ts-ignore
// .has exists, just ts doesnt believe it
if (!interaction.member?.permissions.has(PermissionsBitField.Flags.BanMembers)) {
await interaction.reply({content: "You do not have permission to ban this user", ephemeral: true})
return await interaction.reply({content: "You do not have permission to ban this user", ephemeral: true})
}

const reason =
Expand Down

0 comments on commit 7d579b1

Please sign in to comment.