From c2a74e7472beace631fcab24986d83326e4c5dd7 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Thu, 16 Jul 2026 19:37:14 +1200 Subject: Almost done with voting!! --- example.env | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'example.env') diff --git a/example.env b/example.env index cfb00b0..b8458b8 100644 --- a/example.env +++ b/example.env @@ -1,4 +1,7 @@ SLACK_SELFBOT_OAUTH_XOXP=xoxp-xxx-your-token-here SLACK_APP_TOKEN=xapp-xxx-your-token-here SELFBOT_USER_ID=UXXXXXXXXXX -HACKCLUB_AI_KEY=sk-hc-v1-xxxxx-your-key-here +GEMINI_API_KEY=xxx-your-key-here +SLAKC_CLIENT_ID=xxx-your-key-here +SLAKC_CLIENT_SECRET=xxx-your-key-here +SLAKC_REDIRECT_URI=http://localhost:8000 -- cgit v1.2.3