From 4d199316cb4a214ce41792a8c3485023bbcb1b8a Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Mon, 17 Apr 2023 16:59:13 -0400 Subject: [PATCH] Revert string as NSFW tweets work again --- src/strings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings.ts b/src/strings.ts index 037b8d7..3764912 100644 --- a/src/strings.ts +++ b/src/strings.ts @@ -146,7 +146,7 @@ This is caused by Twitter API downtime or a new bug. Try again in a little while FINAL_POLL_RESULTS: 'Final results', ERROR_API_FAIL: 'Tweet failed to load due to an API error :(', - ERROR_PRIVATE: `Due to Twitter API changes, some NSFW Tweets are currently being blocked. We are currently looking into a workaround. 🙏`, + ERROR_PRIVATE: `Sorry, we can't embed this Tweet because the user is private or suspended :(`, ERROR_TWEET_NOT_FOUND: `Sorry, that Tweet doesn't exist :(`, ERROR_UNKNOWN: `Unknown error occurred, sorry about that :(`,