diff --git a/src/auth_2fa.rs b/src/auth_2fa.rs
index 161853722..6945bf461 100644
--- a/src/auth_2fa.rs
+++ b/src/auth_2fa.rs
@@ -162,12 +162,13 @@ pub async fn send_2fa_code_to_telegram(text: &str, bot: TelegramBot) -> ResultTy
Ok(())
}
-#[tokio::main(flavor = "current_thread")]
-pub async fn get_chatid_telegram(bot_token: &str) -> ResultType