This commit is contained in:
2020-12-11 15:53:14 +03:00
parent cb90079781
commit ad5ae11f0d
3 changed files with 39 additions and 0 deletions

View File

@ -31,6 +31,7 @@ pub async fn handler(
"/top" => commands::top(api, message).await?,
"/stat" => commands::top(api, message).await?,
"/markov_all" => commands::markov_all(api, message).await?,
"/markov" => commands::markov(api, message).await?,
_ => (),
}
}