Skip to content

Commit

Permalink
Privacy Policy --> Privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhappyma committed Jun 27, 2024
1 parent cbc07ed commit 3021777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bot.addGlobalCommand(
);
const actionRow = new ActionRowBuilder<ButtonBuilder>().addComponents([
new ButtonBuilder()
.setLabel("Privacy Policy")
.setLabel("Privacy")
.setURL("https://discord.kitchen/privacy")
.setStyle(ButtonStyle.Link),
new ButtonBuilder()
Expand Down

0 comments on commit 3021777

Please sign in to comment.