From 5e15932bf8f9dee76979170bca8e1d8ef09eb540 Mon Sep 17 00:00:00 2001 From: CncAnon Date: Mon, 4 Sep 2023 09:45:01 +0300 Subject: [PATCH] It is an error though --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 005b853..0714232 100644 --- a/main.js +++ b/main.js @@ -129,7 +129,7 @@ app.post('/v1/complete', async (req, res) => { } catch (error) { if (error.response && error.response.status === 429) { - console.log("Got a 429 (Too Many Requests), seems like you've hit your ratelimit for the day."); + console.error("Got a 429 (Too Many Requests), seems like you've hit your ratelimit for the day."); handleError(res, isStream, "\n**You've hit your ratelimit for the day, use a different account or wait.**") } else {