From c8309341420b205f30e6a0ee87184ae359f0daea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AF=E3=81=84=E3=81=84=E3=82=8D?= Date: Fri, 22 May 2026 11:57:43 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=A5=20=E3=81=BF=E3=81=9A=E3=81=82?= =?UTF-8?q?=E3=82=81=E3=81=95=E3=82=93=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/creators.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/creators.ts b/src/data/creators.ts index ca49ca2..f744104 100644 --- a/src/data/creators.ts +++ b/src/data/creators.ts @@ -61,4 +61,5 @@ export const creators: Creator[] = [ { name: "逢坂", image: "https://cdn.discordapp.com/avatars/350600819562774529/f02d6785dc51802fda025f78baa804a6.png?size=256", link: "https://discord.com/users/350600819562774529" }, { name: "RED1001", image: "https://cdn.discordapp.com/avatars/308148919504863234/5554ad6fc54555162ac77ecdb441fd63.png?size=256", link: "https://discord.com/users/308148919504863234", tags: ["バランス調整班"] }, { name: "Air", image: "https://cdn.discordapp.com/avatars/1066562976838062160/bfb2d5605229b73dc0ceee8adb3378cd.png?size=256", link: "https://discord.com/users/1066562976838062160" }, + { name: "みずあめ", image: "https://cdn.discordapp.com/avatars/1081548767024652318/a92a4878a88c0d2ee63cc2958f2eff7b.png?size=256", link: "https://discord.com/users/1081548767024652318", tags: ["神器開発班", "モブ開発班", "リソース班"] }, ] From 704ba6185b040dfaba16cb687f2000eef1c11fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AF=E3=81=84=E3=81=84=E3=82=8D?= Date: Fri, 22 May 2026 12:01:11 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=91=A5=20=E3=81=8A=E3=81=A1=E3=81=BC?= =?UTF-8?q?=E3=81=95=E3=82=93=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/creators.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/creators.ts b/src/data/creators.ts index f744104..8058c3e 100644 --- a/src/data/creators.ts +++ b/src/data/creators.ts @@ -62,4 +62,5 @@ export const creators: Creator[] = [ { name: "RED1001", image: "https://cdn.discordapp.com/avatars/308148919504863234/5554ad6fc54555162ac77ecdb441fd63.png?size=256", link: "https://discord.com/users/308148919504863234", tags: ["バランス調整班"] }, { name: "Air", image: "https://cdn.discordapp.com/avatars/1066562976838062160/bfb2d5605229b73dc0ceee8adb3378cd.png?size=256", link: "https://discord.com/users/1066562976838062160" }, { name: "みずあめ", image: "https://cdn.discordapp.com/avatars/1081548767024652318/a92a4878a88c0d2ee63cc2958f2eff7b.png?size=256", link: "https://discord.com/users/1081548767024652318", tags: ["神器開発班", "モブ開発班", "リソース班"] }, + { name: "おちぼ", image: "https://cdn.discordapp.com/avatars/1003141257947787324/954bbb96371c7862015a53292afae1ec.png?size=256", link: "https://discord.com/users/1003141257947787324", tags: ["リソース班"] }, ]