mirror of
https://github.com/house-of-vanity/desubot.git
synced 2025-07-08 13:04:06 +00:00
Improve omedeto. Detect feminine by verbs.
This commit is contained in:
@ -29,7 +29,6 @@ pub async fn handler(
|
||||
let cleaned_message = data
|
||||
.to_string()
|
||||
.replace(&format!("@{}", me.username.unwrap()), "");
|
||||
debug!("{}", cleaned_message);
|
||||
match cleaned_message.as_str() {
|
||||
"/here" => commands::here(api, message).await?,
|
||||
"/top" => commands::top(api, message).await?,
|
||||
|
Reference in New Issue
Block a user