From f1b6f9c640ba6a90439c741d29657499efd3531d Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 1 Feb 2023 05:01:14 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/readme.md b/legacy/readme.md index f92e3ba6..1420b32a 100644 --- a/legacy/readme.md +++ b/legacy/readme.md @@ -13,7 +13,7 @@ const res = await api.sendMessage('Hello World!') console.log(res.text) ``` -The updated solution is significantly more lightweight and robust compared with previous versions. +The updated solution is significantly more lightweight and robust compared with previous versions. You also don't have to worry about IP issues or rate limiting! If you run into any issues, we do have a pretty active [Discord](https://discord.gg/v9gERj825w) with a bunch of ChatGPT hackers from the Node.js & Python communities.