Skip to content

Commit

Permalink
Add member ids from HOLOSTARS English ARMIS.
Browse files Browse the repository at this point in the history
  • Loading branch information
YunzheZJU committed Nov 16, 2023
1 parent 7726b9e commit 1963373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/options/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{
name: this.$t('app.groups.newDebuts'),
// Dummy ids are specified here to be compatible to new members
memberIds: range(102, 112),
memberIds: range(106, 116),
},
{
name: this.$t('app.groups.hololive'),
Expand Down Expand Up @@ -80,7 +80,7 @@
},
{
name: this.$t('app.groups.holostarsEnglish'),
memberIds: range(84, 92),
memberIds: [...range(84, 92), ...range(102, 106)],
},
]
},
Expand Down

0 comments on commit 1963373

Please sign in to comment.