Skip to content

Commit

Permalink
feat: add privacy policy to start message
Browse files Browse the repository at this point in the history
  • Loading branch information
roziscoding committed Aug 12, 2022
1 parent ec5c32d commit 23dd8b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ const start: Command = {
return ctx.sendMessage(
amount
? `Opa, entendi que você quer gerar um código de ${amount} mas, pra isso, primeiro me manda sua chave Pix:`
: `Opa, bora te cadastrar por aqui pra você poder gerar códigos Pix! Primeiro, me manda sua chave Pix:`
: `Opa, bora te cadastrar por aqui pra você poder gerar códigos Pix! Primeiro, me manda sua chave Pix:\n\n(Ao responder, você concorda com o armazenamento desses com o único propósito de gerar códigos pix que você solicitar e de acordo com a [política de privacidade](https://github.com/roziscoding/amandapix-telegram-bot/blob/main/PRIVACY.md))`,
true
)
}
}
Expand Down

1 comment on commit 23dd8b0

@vercel
Copy link

@vercel vercel bot commented on 23dd8b0 Aug 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.