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