feat: smart day string, terse refactor and use types properly, work on unimplemented commands lightly, util modules,

This commit is contained in:
2025-08-27 13:46:41 -05:00
parent cb8a595326
commit c7117f14a3
18 changed files with 228 additions and 111 deletions

View File

@@ -18,6 +18,7 @@ mod app_state;
mod banner;
mod bot;
mod config;
mod error;
mod services;
mod web;