We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87071a5 commit a23c8d7Copy full SHA for a23c8d7
1 file changed
src/commands/gallery.js
@@ -50,6 +50,10 @@ class UserCommand extends Command {
50
name: "Season 5",
51
value: "s5",
52
},
53
+ {
54
+ name: "Season 6",
55
+ value: "s6",
56
+ },
57
)
58
.setRequired(true),
59
0 commit comments