From b2ea91e1d5106c7d4263c25e994041344e6ab16d Mon Sep 17 00:00:00 2001 From: Lucas Gabriel <90426410+lucmsilva651@users.noreply.github.com> Date: Sun, 2 Jun 2024 15:06:53 +0000 Subject: [PATCH] Change privacy --- commands/privacy.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/privacy.js b/commands/privacy.js index a0b261f..d0e602e 100644 --- a/commands/privacy.js +++ b/commands/privacy.js @@ -12,7 +12,9 @@ module.exports = function(bot, msg) { `collected in a secure environment for the developers. ` + `This data is used solely for the purpose of improving ` + `and debugging the bot and is retained for a period `+ - `of 60 days before being completely deleted.\n\n` + + `of 60 days before being completely deleted.\n` + + `Any messages send on groups or channels are not `+ + `collected by privacy reasons.\n\n` + `*2. Data Sharing*\n` + `Message data, including text and identifiers, is not ` + `shared with any companies or third-party entities.\n\n` +