diff options
| author | Arslaan Pathan <[email protected]> | 2026-07-16 19:37:14 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-07-16 19:37:14 +1200 |
| commit | c2a74e7472beace631fcab24986d83326e4c5dd7 (patch) | |
| tree | d710c8dfb865b9f0b4377c75bac2ff5847de1923 /example.env | |
| parent | e93169c11c848f78d0411031ae2589e9d5b1fde0 (diff) | |
| download | slack-botnet-c2a74e7472beace631fcab24986d83326e4c5dd7.tar.xz slack-botnet-c2a74e7472beace631fcab24986d83326e4c5dd7.zip | |
Almost done with voting!!
Diffstat (limited to 'example.env')
| -rw-r--r-- | example.env | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
