Skip to content

Commit a23c8d7

Browse files
committed
add season 6 as a gallery option
1 parent 87071a5 commit a23c8d7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/commands/gallery.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ class UserCommand extends Command {
5050
name: "Season 5",
5151
value: "s5",
5252
},
53+
{
54+
name: "Season 6",
55+
value: "s6",
56+
},
5357
)
5458
.setRequired(true),
5559
)

0 commit comments

Comments
 (0)