From ff4897e42aabd42239fd80273ce17df7e2b3eec8 Mon Sep 17 00:00:00 2001 From: Santiago Ramirez Date: Tue, 19 Dec 2023 17:28:01 +0000 Subject: [PATCH] chore: moved some stuff --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 1528ff6..2377cea 100755 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ -API_HASH="YOUR-API-HASH" API_ID="YOUR-API-ID" +API_HASH="YOUR-API-HASH" BOT_TOKEN="YOUR-TELEGRAM-BOT-TOKEN" BOT_USERNAME="YOUR-TELEGRAM-BOT-USERNAME" CHANNEL="YOUR-TELEGRAM-BOT-CHANNEL"