Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Dec 28, 2023
1 parent 7fa8766 commit 5a15015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webserver/banshare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const banButton = new Button(
});
}
const reason =
'simulated banshare: ' +
'Simulated Ban share: ' +
(interaction.message.embeds[0].fields[4].value ??
'no reason provided');
const modal = new ModalBuilder()
Expand Down Expand Up @@ -66,7 +66,7 @@ const banButton = new Button(
new ActionRowBuilder<ButtonBuilder>().addComponents(
new ButtonBuilder()
.setCustomId('fakeBanButton')
.setLabel('ban')
.setLabel('Ban')
.setStyle(ButtonStyle.Danger)
.setDisabled(true)
),
Expand Down

0 comments on commit 5a15015

Please sign in to comment.