#pragma once #include namespace bot::utils::chrono { std::string format_timestamp(int seconds); }