From b0399f95b6eba9b9a26728a4d10196974d0e15c2 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Mon, 29 Nov 2021 08:28:23 -0800 Subject: [PATCH] [VoiceLogs] Adjust data statement --- voicelogs/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/voicelogs/info.json b/voicelogs/info.json index 07100d3..31bc5d5 100644 --- a/voicelogs/info.json +++ b/voicelogs/info.json @@ -5,5 +5,5 @@ "short": "Voice activity logs", "tags": ["voice", "activity", "logs"], "type": "COG", - "end_user_data_statement": "This cog stores discord IDs as needed for operation. This cog stores voice channel connection time per-user when toggled on in a server. Users may remove their own content without making a data removal request. This cog does not support data requests, but will respect deletion requests." -} \ No newline at end of file + "end_user_data_statement": "This cog stores discord IDs as needed for operation. This cog stores voice channel connection time per-user when toggled on in a server. This cog does not support data requests, but will respect deletion requests." +}