From 11a5a7505b8fa2bdccad2394505a158d8ffc1e03 Mon Sep 17 00:00:00 2001 From: bobloy Date: Mon, 10 Aug 2020 17:48:28 -0400 Subject: [PATCH] Fix invalid json --- conquest/info.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conquest/info.json b/conquest/info.json index 0e33d01..b83fc85 100644 --- a/conquest/info.json +++ b/conquest/info.json @@ -11,7 +11,9 @@ "hidden": true, "install_msg": "Thank you for installing Dad. Get started with `[p]load conquest`, then `[p]help Conquest`", "short": "War Game Map", - "requirements": ["pillow",], + "requirements": [ + "pillow" + ], "tags": [ "bobloy", "games", @@ -23,4 +25,4 @@ "conquest", "rpg" ] -} \ No newline at end of file +}