From fdb4dc8f044b04c8ae6a23ac624ff0e703371a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=BE=D1=80=D0=B8=D1=8D=D0=BB=D1=8C=20=D0=9A=D1=80?= =?UTF-8?q?=D1=83=D1=81?= Date: Mon, 3 Jul 2023 02:17:14 +0800 Subject: [PATCH] docs: update worldtimeapi --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 836791e..b943b79 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Check out the [Budget Manual](https://github.com/n3d1117/chatgpt-telegram-bot/di | `SPOTIFY_CLIENT_ID` | Spotify app Client ID (required for the `spotify` plugin, you can find it on the [dashboard](https://developer.spotify.com/dashboard/)) | `-` | | `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/)) | `-` | -| `WORLDTIME_DEFAULT_TIMEZONE` | Default timezone to use (required for the `worldtimeapi` plugin, you can get TZ Identifiers from [here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)) | `-` | +| `WORLDTIME_DEFAULT_TIMEZONE` | Default timezone to use (required for the `worldtimeapi` plugin, you can get TZ Identifiers from [here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)) | `-` | #### Available plugins | Name | Description | Required API key(s) | @@ -120,10 +120,8 @@ Check out the [Budget Manual](https://github.com/n3d1117/chatgpt-telegram-bot/di | `crypto` | Live cryptocurrencies rate (powered by [CoinCap](https://coincap.io)) - by [@stumpyfr](https://github.com/stumpyfr) | `-` | | `spotify` | Spotify top tracks/artists, currently playing song and content search (powered by [Spotify](https://spotify.com)). Requires one-time authorization. | `SPOTIFY_CLIENT_ID`, `SPOTIFY_CLIENT_SECRET`, `SPOTIFY_REDIRECT_URI` | | `translate` | Translate text to any language (powered by [DuckDuckGo](https://duckduckgo.com)) | `-` | -| `image_search` | Search image or GIF (powered by [DuckDuckGo](https://duckduckgo.com)) - | `-` | -| `worldtimeapi` | Get latest world time (powered by [WorldTimeAPI](https://worldtimeapi.org/)) - | `-` | +| `image_search` | Search image or GIF (powered by [DuckDuckGo](https://duckduckgo.com)) | `-` | +| `worldtimeapi` | Get latest world time (powered by [WorldTimeAPI](https://worldtimeapi.org/)) | `-` | Check out the [official API reference](https://platform.openai.com/docs/api-reference/chat) for more details.