Skip to content

Commit

Permalink
unbans are blurple
Browse files Browse the repository at this point in the history
  • Loading branch information
Szedann committed Jun 24, 2024
1 parent baaf130 commit a9a08d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webserver/unbanshare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const handleUnban = async (client: Client, req: Request) => {
{ name: 'Reason', value: reason },
{ name: 'Unbanned From', value: server }
)
.setColor(Colors.Red)
.setColor(Colors.Blurple)
.setTimestamp();
channel?.isTextBased() &&
(await channel.send({
Expand All @@ -148,7 +148,7 @@ const handleUnban = async (client: Client, req: Request) => {
unbanButton.button(
{
label: 'Unban',
style: ButtonStyle.Danger,
style: ButtonStyle.Primary,
disabled: guildMember ? true : false,
},
{ userId }
Expand Down

0 comments on commit a9a08d6

Please sign in to comment.