This commit is contained in:
AB
2021-01-05 05:01:34 +03:00
parent d14aa3beb4
commit ed32bd9195
3 changed files with 1135 additions and 10 deletions

View File

@ -64,7 +64,7 @@ pub async fn handler(
Code {
data: s.to_string(),
}
.run(&api, &message)
.exec(&api, &message)
.await?
}
"/top" => {