From e33d3b4ff9f62b57d0b2aeba09b6f8dedf83b2c6 Mon Sep 17 00:00:00 2001 From: Jyu Viole Grace <24418520+thisisjvgrace@users.noreply.github.com> Date: Sat, 19 Sep 2020 02:56:05 +0530 Subject: [PATCH] Fix invalid JSON information error (#151) --- rss/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss/info.json b/rss/info.json index 3f7d47b..48b1b85 100644 --- a/rss/info.json +++ b/rss/info.json @@ -6,5 +6,5 @@ "tags": ["rss"], "permissions": ["embed_links"], "requirements": ["feedparser>=6.0.0", "bs4"], - "min_bot_version" : "3.4.0", + "min_bot_version" : "3.4.0" }