diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-15 12:09:43 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-15 12:09:43 +0100 |
| commit | 5420995159946e7e11fdf861974132bd590a2fbf (patch) | |
| tree | eab9721c74614302ae3da119ed9079f06613ced0 /174bg/discord-bot/.env.example | |
| parent | e10626e9ea388880d28eaf7be1a34d183f82e42f (diff) | |
| download | unnamed-group-5420995159946e7e11fdf861974132bd590a2fbf.tar unnamed-group-5420995159946e7e11fdf861974132bd590a2fbf.tar.gz unnamed-group-5420995159946e7e11fdf861974132bd590a2fbf.tar.bz2 unnamed-group-5420995159946e7e11fdf861974132bd590a2fbf.tar.xz unnamed-group-5420995159946e7e11fdf861974132bd590a2fbf.zip | |
add gemini check to req tickets
Diffstat (limited to '174bg/discord-bot/.env.example')
| -rw-r--r-- | 174bg/discord-bot/.env.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/174bg/discord-bot/.env.example b/174bg/discord-bot/.env.example index c262567..bffcb45 100644 --- a/174bg/discord-bot/.env.example +++ b/174bg/discord-bot/.env.example @@ -1,3 +1,4 @@ DISCORD_CLIENT_ID= DISCORD_BOT_TOKEN= -DISCORD_GUILD_ID=
\ No newline at end of file +DISCORD_GUILD_ID= +GEMINI_API_KEY=
\ No newline at end of file |
