From 4751c9fd0429cbf423e2e7759e1b9a787fdfd916 Mon Sep 17 00:00:00 2001 From: Bacer Date: Mon, 3 Jul 2023 00:56:46 +0300 Subject: [PATCH] add readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef6bbb8..0ec93f6 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ Check out the [Budget Manual](https://github.com/n3d1117/chatgpt-telegram-bot/di | `SPOTIFY_CLIENT_SECRET` | Spotify app Client Secret (required for the `spotify` plugin, you can find it on the [dashboard](https://developer.spotify.com/dashboard/)) | `-` | | `SPOTIFY_REDIRECT_URI` | Spotify app Redirect URI (required for the `spotify` plugin, you can find it on the [dashboard](https://developer.spotify.com/dashboard/)) | `-` | | `DEEPL_API_KEY` | DeepL API key (required for the `deepl` plugin, you can get one [here](https://www.deepl.com/pro-api?cta=header-pro-api)) | `-` | +| `DEEPL_API_PRO` | DeepL API key plan (required for the `deepl` plugin. set 'true' if you have paid api key) | `false` | #### Available plugins | Name | Description | Required API key(s) |