From 21e256c4fb4758b44119b605ee7c078104774b98 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 2 Feb 2024 02:05:47 -0500 Subject: [PATCH] fix(bible): update info.json to disclose data given through FUMS --- bible/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bible/info.json b/bible/info.json index c7c8f7f..9a91213 100644 --- a/bible/info.json +++ b/bible/info.json @@ -4,7 +4,7 @@ "name" : "Bible", "short" : "Retrieve Bible verses from API.Bible.", "description" : "Retrieve Bible verses from the API.Bible API. This cog requires an API.Bible api key.", - "end_user_data_statement" : "This cog does not store end user data.", + "end_user_data_statement" : "This cog does not store end user data, however it does send the following data to the API.Bible API:\n- The bot user's ID\n- The timestamp of the invoking message\n- The hashed user id of the invoking user", "hidden": false, "disabled": false, "min_bot_version": "3.5.0",