Skip to content

Commit

Permalink
uniquer ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Szedann committed Jan 7, 2024
1 parent be1322d commit 5275035
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 @@ -69,7 +69,7 @@ const banModal = new Modal(
);

const banButton = new Button(
'ban',
'ban-banshare',
async (interaction, data: { userId: string }) => {
const user = await interaction.client.users.fetch(data.userId);
if (
Expand Down

0 comments on commit 5275035

Please sign in to comment.