From 953d374e7cef95311b7c28308408ff3d6604e4b0 Mon Sep 17 00:00:00 2001 From: Thai Pangsakulyanont Date: Sun, 8 Oct 2023 08:34:28 +0000 Subject: [PATCH] add xb1g to bosf23 --- index.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.ts b/index.ts index 0cfd43c..9d8cb07 100644 --- a/index.ts +++ b/index.ts @@ -128,6 +128,14 @@ vodTeam('rayriffy') vodTeam('wiput1999') grantWriteAccess('videos', vodTeam) +// bosf23 team +const bosf23 = team('bosf23', { + name: 'BOSF23', + description: 'Bangkok Open Source Festival 2023', +}) +bosf23('xb1g') +grantWriteAccess('open.source.in.th', bosf23) + // Kaogeek Discord bot team const kaogeek = team('kaogeek', { name: 'Kaogeek bot admins',