diff --git a/README-zh-TW.md b/README-zh-TW.md index a747629..2a17eea 100644 --- a/README-zh-TW.md +++ b/README-zh-TW.md @@ -45,3 +45,4 @@ - [pip/revChatGPT](https://github.com/acheong08/ChatGPT)(Python):與 OpenAI 的 ChatGPT API 互動的輕量化套件。採用逆向工程手法。 - [npm/chatgpt](https://github.com/transitive-bullshit/chatgpt-api)(Node.js):Node.js 客戶端。 - [chatgpt-telegram](https://github.com/m1guelpf/chatgpt-telegram)(Telegram bot):執行自己的 GPTChat Telegram 機器人,只需要一行指令。 +- [chatGPT-discord-bot](https://github.com/Zero6992/chatGPT-discord-bot) (Discord bot): 整合自己的 Discord 機器人。 diff --git a/README.md b/README.md index 915f214..2bb2f7e 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,5 @@ - [PyChatGPT](https://github.com/rawandahmad698/PyChatGPT) (Python): Lightweight, TLS-Based ChatGPT API on your CLI without requiring a browser or access token. - [pip/revChatGPT](https://github.com/acheong08/ChatGPT) (Python): Lightweight package for interacting with ChatGPT's API by OpenAI. Uses reverse engineered official API. - [npm/chatgpt](https://github.com/transitive-bullshit/chatgpt-api) (Node.js): Node.js client for the unofficial ChatGPT API. -- [chatgpt-telegram](https://github.com/m1guelpf/chatgpt-telegram) (Telegram bot): Run your own GPTChat Telegram bot, with a single command. \ No newline at end of file +- [chatgpt-telegram](https://github.com/m1guelpf/chatgpt-telegram) (Telegram bot): Run your own GPTChat Telegram bot, with a single command. +- [chatGPT-discord-bot](https://github.com/Zero6992/chatGPT-discord-bot) (Discord bot): Integrate your own Discord bot using chatGPT.