add @all command

This commit is contained in:
House of Vanity
2022-11-03 19:01:17 +02:00
committed by GitHub
parent ff6e04988e
commit 55a7dd6a67

View File

@ -76,6 +76,7 @@ pub async fn handler(
|| s.contains("@here")
|| s.contains("/хере")
|| s.contains("@хере")
|| s.contains("@all")
|| s.contains("\"хере") =>
{
db::add_sentence(&message, mystem).await?;