From 1253e1e6697a6bf5f3091a15ed372f1e195e6719 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 27 Dec 2021 09:04:42 -0500 Subject: fix(grfn/bbbg): Fix organizer role ID Figured this out by opening web inspector for the discord web app and looking at the responses for role memeber counts. Change-Id: I0fa6418c4d1781a65ef50c9ed14665e2b142ae32 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4707 Reviewed-by: grfn Autosubmit: grfn Tested-by: BuildkiteCI --- users/grfn/bbbg/src/bbbg/discord/auth.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users') diff --git a/users/grfn/bbbg/src/bbbg/discord/auth.clj b/users/grfn/bbbg/src/bbbg/discord/auth.clj index feb8393afb22..0b04df558b04 100644 --- a/users/grfn/bbbg/src/bbbg/discord/auth.clj +++ b/users/grfn/bbbg/src/bbbg/discord/auth.clj @@ -28,7 +28,7 @@ ::bbbg-organizer-role (:bbbg-organizer-role env ;; TODO this might not be the right id - "902593101758091294")})) + "908428000817725470")})) (defn dev-config [] (s/assert -- cgit 1.4.1