We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc249b commit a96611fCopy full SHA for a96611f
1 file changed
src/commands/update-check.js
@@ -33,7 +33,9 @@ class UserCommand extends Command {
33
.setDescription(this.description)
34
.addStringOption((option) =>
35
option //
36
- .setName("version"),
+ .setName("version")
37
+ .setDescription("The version to check")
38
+ .setRequired(true),
39
)
40
.setDefaultMemberPermissions(PermissionFlagsBits.Administrator),
41
);
0 commit comments