Skip to content

Commit

Permalink
so silly i forgot to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Dec 28, 2023
1 parent 74d86ee commit 781b549
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 @@ -59,7 +59,7 @@ const banButton = new Button(
});
await interaction.followUp({
content: `<@${data.userId}> (\`${data.userId}\`) was banned.`,
ephemeral: true
ephemeral: true,
});
await interaction.update({
components: [
Expand Down

0 comments on commit 781b549

Please sign in to comment.