diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-12-27T14·04-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2021-12-27T14·11+0000 |
commit | 1253e1e6697a6bf5f3091a15ed372f1e195e6719 (patch) | |
tree | ea4754439f25668dd4c5c27f1db0491b91a05e63 /users | |
parent | bb72d16cce4b2cee6a31f0aa3fdcf5cad8890de9 (diff) |
fix(grfn/bbbg): Fix organizer role ID r/3466
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 <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/bbbg/src/bbbg/discord/auth.clj | 2 |
1 files changed, 1 insertions, 1 deletions
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 |