This commit is contained in:
Simon
2026-01-02 14:55:13 +00:00
parent 27bb3daec4
commit 89eecbe790
6 changed files with 692 additions and 552 deletions

View File

@@ -2,6 +2,7 @@ pub mod time;
pub mod flaresolverr;
pub mod cache;
pub mod requester;
pub mod discord;
pub fn parse_abbreviated_number(s: &str) -> Option<u32> {
let s = s.trim();