From ecf62327c4a577d30022fdc497f832aa8d77a93e Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Date: Thu, 12 Jun 2025 10:13:05 -0300 Subject: [PATCH] Update .env.example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 452211b..af81e1d 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ # links for source and privacy -botPrivacy = "https://blog.lucmsilva.com/posts/lynx-privacy-policy" +botPrivacy = "https://github.com/abocn/TelegramBot/blob/main/TERMS_OF_USE.md" botSource = "https://github.com/ABOCN/TelegramBot" # insert token here @@ -9,4 +9,4 @@ botToken = "" maxRetries = 9999 botAdmins = 00000000, 00000000, 00000000 lastKey = "InsertYourLastFmApiKeyHere" -weatherKey = "InsertYourWeatherDotComApiKeyHere" \ No newline at end of file +weatherKey = "InsertYourWeatherDotComApiKeyHere"