Skip to content

Commit

Permalink
fix backup request command name
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggz committed Dec 9, 2024
1 parent 56e42aa commit a0f3d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactions/commands/handlers/backup-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function getBaseEmbed() {
return new EmbedBuilder().setColor('#FFBE00');
}
const config = new SlashCommandBuilder()
.setName('Backup Request')
.setName('backuprequest')
.setDescription('Request a users backup')
.setDefaultMemberPermissions(0);

Expand Down

0 comments on commit a0f3d83

Please sign in to comment.