Skip to content

Commit a96611f

Browse files
committed
fix command again
1 parent 5cc249b commit a96611f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/commands/update-check.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ class UserCommand extends Command {
3333
.setDescription(this.description)
3434
.addStringOption((option) =>
3535
option //
36-
.setName("version"),
36+
.setName("version")
37+
.setDescription("The version to check")
38+
.setRequired(true),
3739
)
3840
.setDefaultMemberPermissions(PermissionFlagsBits.Administrator),
3941
);

0 commit comments

Comments
 (0)