Skip to content

Commit

Permalink
Update option description
Browse files Browse the repository at this point in the history
  • Loading branch information
horrible-little-slime committed Aug 28, 2024
1 parent ee8acb5 commit 8273613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oaf/src/commands/clan/checkskills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const data = new SlashCommandBuilder()
.addStringOption((option) =>
option
.setName("who")
.setDescription("The name or player id of the user in question")
.setDescription("The player id of the user in question")
.setRequired(true)
.setMaxLength(30),
);
Expand Down

0 comments on commit 8273613

Please sign in to comment.