Compare commits
No commits in common. "a37febd7cdeecd7c6732a2042f6f7a411afe9460" and "90ec453b7095b8f3c8c90622ec5edc511ce4d8c7" have entirely different histories.
a37febd7cd
...
90ec453b70
|
@ -10,7 +10,9 @@ use tera::{Tera, Value};
|
|||
|
||||
type TeraFnRet = Box<dyn Fn(&HashMap<String, Value>) -> tera::Result<Value> + Send + Sync>;
|
||||
|
||||
fn time_to_discord_time(time_flag: &str) -> TeraFnRet {
|
||||
fn time_to_discord_time(
|
||||
time_flag: &str,
|
||||
) -> TeraFnRet {
|
||||
let time_flag = time_flag.to_string();
|
||||
|
||||
Box::new(
|
||||
|
|
Loading…
Reference in New Issue