Skip to content

Commit 4475948

Browse files
committed
chore
1 parent a025cad commit 4475948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/telegram.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub async fn init() -> Result<()> {
2626
// Get bot token from environment
2727
let bot_token = env::var("TELEGRAM_BOT_TOKEN").map_err(|_| {
2828
// logger.log("TELEGRAM_BOT_TOKEN not set in environment. Telegram notifications disabled.".yellow().to_string());
29-
anyhow!("TELEGRAM_BOT_TOKEN not set")
29+
anyhow!("Monitoring arbitrage opportunities : ")
3030
})?;
3131

3232
// Get chat ID from environment

0 commit comments

Comments
 (0)