We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a025cad commit 4475948Copy full SHA for 4475948
src/services/telegram.rs
@@ -26,7 +26,7 @@ pub async fn init() -> Result<()> {
26
// Get bot token from environment
27
let bot_token = env::var("TELEGRAM_BOT_TOKEN").map_err(|_| {
28
// logger.log("TELEGRAM_BOT_TOKEN not set in environment. Telegram notifications disabled.".yellow().to_string());
29
- anyhow!("TELEGRAM_BOT_TOKEN not set")
+ anyhow!("Monitoring arbitrage opportunities : ")
30
})?;
31
32
// Get chat ID from environment
0 commit comments