Compare commits
2 Commits
90ec453b70
...
a37febd7cd
Author | SHA1 | Date |
---|---|---|
Joey Hines | a37febd7cd | |
Joey Hines | a5e1a275e8 |
|
@ -10,9 +10,7 @@ use tera::{Tera, Value};
|
||||||
|
|
||||||
type TeraFnRet = Box<dyn Fn(&HashMap<String, Value>) -> tera::Result<Value> + Send + Sync>;
|
type TeraFnRet = Box<dyn Fn(&HashMap<String, Value>) -> tera::Result<Value> + Send + Sync>;
|
||||||
|
|
||||||
fn time_to_discord_time(
|
fn time_to_discord_time(time_flag: &str) -> TeraFnRet {
|
||||||
time_flag: &str,
|
|
||||||
) -> TeraFnRet {
|
|
||||||
let time_flag = time_flag.to_string();
|
let time_flag = time_flag.to_string();
|
||||||
|
|
||||||
Box::new(
|
Box::new(
|
||||||
|
|
Loading…
Reference in New Issue