Skip to content

Commit 29cee52

Browse files
committed
fix: terms of service button label
1 parent 905a0f2 commit 29cee52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const reloadCommand: Command = {
4747

4848
const terms = new ButtonBuilder()
4949
.setStyle(ButtonStyle.Link)
50-
.setLabel("Terms of Policy")
50+
.setLabel("Terms of Service")
5151
.setURL("https://boostify.breaddevv.cc/terms");
5252

5353
const privacy = new ButtonBuilder()

0 commit comments

Comments
 (0)