mirror of
https://github.com/house-of-vanity/desubot.git
synced 2025-07-09 13:24:06 +00:00
Add stat command
This commit is contained in:
BIN
mystem.exe
BIN
mystem.exe
Binary file not shown.
@ -27,6 +27,7 @@ async fn handler(api: Api, message: Message, token: String) -> Result<(), errors
|
|||||||
match data.as_str() {
|
match data.as_str() {
|
||||||
"/here" => commands::here(api, message).await?,
|
"/here" => commands::here(api, message).await?,
|
||||||
"/top" => commands::top(api, message).await?,
|
"/top" => commands::top(api, message).await?,
|
||||||
|
"/stat" => commands::top(api, message).await?,
|
||||||
_ => (),
|
_ => (),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user