From c419a4e65337755b53270a4662e3b3ea84fea800 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel <90426410+lucmsilva651@users.noreply.github.com> Date: Sun, 2 Jun 2024 13:41:38 +0000 Subject: [PATCH] Updated policy --- src/commands/privacy.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/commands/privacy.js b/src/commands/privacy.js index 04604fd..a0b261f 100644 --- a/src/commands/privacy.js +++ b/src/commands/privacy.js @@ -3,7 +3,9 @@ module.exports = function(bot, msg) { const message = `*Privacy Policy for Lynx Telegram Bot (@LynxBR_bot)*\n` + `Before using, you will need to read the privacy policy ` + - `to understand where your data goes when using this bot.\n\n` + + `to understand where your data goes when using this bot. ` + + `If you don't agree with any of these terms, stop using ` + + `the bot.\n\n` + `*1. Data Collection and Use*\n` + `All text messages sent to the Lynx bot, along with ` + `their respective identifiers (username and ID), are ` +