Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed Jun 15, 2024
1 parent b37d153 commit d80f153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BOT_TOKEN=
TEST_GUILD_ID=
CAI_TOKEN=
CAI_CHAR_ID=
AI_TOKEN=
ENCRYPTION_KEY=
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ Create `.env` file, copy and paste all contents from `.env.example` file, and fi
| BOT_TOKEN | [Token](https://discord.com/developers/applications) for your own Discord bot |
| TEST_GUILD_ID | (Optional) Find your test server id following the [guide](https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID-). If provided, the bot runs in development mode. |
| AI_TOKEN | Token for Gemini API. You can create one [here](https://makersuite.google.com/app/apikey) for free |
| ENCRYPTION_KEY | Key for encrypting and decrypting the user token |


### Running with [Docker](https://www.docker.com) (Recommended)
Expand Down

0 comments on commit d80f153

Please sign in to comment.