From ae304227cdcfd0e6311502447f8d7e8b29e32fa8 Mon Sep 17 00:00:00 2001 From: EchoZenith <60392923+EchoZenith@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:53:52 +0800 Subject: [PATCH] fix(env): correct typo in GITHUB_URL in .env.example --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index fa031ce..f487d9c 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,3 @@ BOT_TOKEN=your_token_here ADMIN_ID=your_chat_id_here -GITHUB_URL=https://githhb.com/EchoZenith/TelegramContactBot +GITHUB_URL=https://github.com/EchoZenith/TelegramContactBot