about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/grfn/bbbg/src/bbbg/discord/auth.clj3
1 files changed, 1 insertions, 2 deletions
diff --git a/users/grfn/bbbg/src/bbbg/discord/auth.clj b/users/grfn/bbbg/src/bbbg/discord/auth.clj
index a166373738..35bc580e39 100644
--- a/users/grfn/bbbg/src/bbbg/discord/auth.clj
+++ b/users/grfn/bbbg/src/bbbg/discord/auth.clj
@@ -37,8 +37,7 @@
    {::client-id (secret "bbbg/discord-client-id")
     ::client-secret (secret "bbbg/discord-client-secret")
     ::bbbg-guild-id "841295283564052510"
-    ;; TODO this might not be the right id
-    ::bbbg-organizer-role "874846495873040395"}))
+    ::bbbg-organizer-role "908428000817725470"}))
 
 ;;;