Skip to content

Commit

Permalink
fix: edit moderation settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklvh committed Dec 1, 2023
1 parent b07ec71 commit e4cad8c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/commands/settings/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,16 +236,8 @@ export class SettingsCommand extends Command {
components: [
new ActionRowBuilder<ButtonBuilder>().addComponents(
new ButtonBuilder()
.setCustomId('modlog')
.setLabel('Modlog')
.setStyle(ButtonStyle.Primary),
new ButtonBuilder()
.setCustomId('auditlog')
.setLabel('Auditlog')
.setStyle(ButtonStyle.Primary),
new ButtonBuilder()
.setCustomId('welcome')
.setLabel('Welcome')
.setCustomId('blacklistWords')
.setLabel('Blacklist Words')
.setStyle(ButtonStyle.Primary),
),
goBackRow,
Expand Down

0 comments on commit e4cad8c

Please sign in to comment.