Skip to content

Commit

Permalink
Grad: Shani
Browse files Browse the repository at this point in the history
  • Loading branch information
f2face committed May 16, 2024
1 parent 27d4572 commit ff2ade0
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jkt48-sns",
"version": "1.2.2",
"version": "1.3.0",
"description": "JKT48 members and officials account list.",
"author": "f2face",
"main": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion src/accounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export const members = [
'olla',
'oniel',
'raisha',
'shani',
'zee',

// Gen 11
Expand Down
7 changes: 0 additions & 7 deletions src/idn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,6 @@ export const membersIdn: Record<ActiveMembers, Readonly<IdnAccount>> = {
name: 'Raisha',
defaultStreamUrl: undefined,
},
shani: {
username: 'jkt48_shani',
uuid: '291f4ff3-698b-4258-9343-372f9133c4f0',
name: 'Shani',
defaultStreamUrl:
'https://4b964ca68cf1.us-east-1.playback.live-video.net/api/video/v1/us-east-1.050891932989.channel.P7Sbhg6PTgcn.m3u8',
},
zee: {
username: 'jkt48_zee',
uuid: 'f4388e63-04a6-4a62-9533-fbca54d6dd4d',
Expand Down
1 change: 0 additions & 1 deletion src/instagram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const membersInstagram: Record<Members, Readonly<InstagramAccount>> = {
olla: { id: '10113792466', username: 'jkt48.olla' },
oniel: { id: '14671615574', username: 'jkt48.oniel' },
raisha: { id: '51292071924', username: 'jkt48.raisha.s' },
shani: { id: '3079067207', username: 'jkt48shani' },
zee: { id: '9144760144', username: 'jkt48.zee' },

// Gen 11
Expand Down
5 changes: 0 additions & 5 deletions src/showroom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ export const membersShowroom: Record<
roomKey: 'JKT48_Raisha',
roomName: 'Raisha /ライシャ(JKT48)',
},
shani: {
roomId: 318207,
roomKey: 'JKT48_Shani',
roomName: 'Shani/シャニ(JKT48)',
},
zee: {
roomId: 317727,
roomKey: 'JKT48_Zee',
Expand Down
1 change: 0 additions & 1 deletion src/tiktok.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const membersTiktok: Record<Members, Readonly<TiktokAccount>> = {
olla: { id: '6825090801980425218', username: 'ollajkt48' },
oniel: { id: '6832183812560258049', username: 'onieljkt48' },
raisha: { id: '7059271844842701851', username: 'jkt48.raisha.s' },
shani: { id: '6824461281114735618', username: 'shanijkt48' },
zee: { id: '6586157972286701570', username: 'zeejkt48' },

// Gen 11
Expand Down
1 change: 0 additions & 1 deletion src/twitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const membersTwitter: Record<Members, TwitterAccount> = {
olla: { id: '1051495051124043776', username: 'F_OllaJKT48' },
oniel: { id: '1130446548913934336', username: 'C_OnielJKT48' },
raisha: { id: '1487298128499806208', username: 'SW_RaishaJKT48' },
shani: { id: '2399305668', username: 'N_ShaniJKT48' },
zee: { id: '1051522644988686341', username: 'A_ZeeJKT48' },

// Gen 11
Expand Down

0 comments on commit ff2ade0

Please sign in to comment.