From aa745cc03faf5719eb2ce0e09b565bee886819e6 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 1 Feb 2024 18:50:45 -0500 Subject: [PATCH] misc(bible): unhid the cog from the index --- bible/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bible/info.json b/bible/info.json index 49a8fbd..a52cfb9 100644 --- a/bible/info.json +++ b/bible/info.json @@ -5,7 +5,7 @@ "short" : "Retrieve Bible verses", "description" : "Retrieve Bible verses from the API.bible API.", "end_user_data_statement" : "This cog does not store user information.", - "hidden": true, + "hidden": false, "disabled": false, "min_bot_version": "3.5.5", "max_bot_version": "3.5.0",