refactor: minor changes

This commit is contained in:
2025-11-19 00:51:50 +02:00
parent c5d073d29b
commit 800509c34d
3 changed files with 18 additions and 14 deletions

View File

@@ -2,6 +2,8 @@ use crate::error::{Error, Result};
use std::{env, fmt::Debug, path::PathBuf, sync::OnceLock};
use teloxide::types::ChatId;
pub const FAILED_FETCH_MEDIA_MESSAGE: &str = "Failed to fetch media, you foking donkey.";
static GLOBAL_CONFIG: OnceLock<Config> = OnceLock::new();
#[derive(Debug, Clone, Default)]