mirror of
https://github.com/house-of-vanity/desubot.git
synced 2025-07-06 20:24:08 +00:00
Fix typo.
This commit is contained in:
@ -223,17 +223,17 @@ pub(crate) async fn omedeto(api: Api, message: Message, mystem: &mut MyStem) ->
|
||||
start.choose(&mut rand::thread_rng()).unwrap(),
|
||||
message.from.first_name.to_string(),
|
||||
{if fem {"ая"} else {"ый"}},
|
||||
nouns.pop().unwrap_or("=(".to_string()),
|
||||
nouns.pop().unwrap_or("=(".to_string()),
|
||||
nouns.pop().unwrap_or("=(".to_string()),
|
||||
nouns.pop().unwrap_or("[ДАННЫЕ УДАЛЕНЫ]".to_string()),
|
||||
nouns.pop().unwrap_or("[ДАННЫЕ ЗАСЕКРЕЧЕНЫ]".to_string()),
|
||||
nouns.pop().unwrap_or("[ДАННЫЕ УДАЛЕНЫ]".to_string()),
|
||||
{if fem {"а"} else {""}},
|
||||
verbs_p.pop().unwrap_or("=(".to_string()),
|
||||
verbs_p.pop().unwrap_or("=(".to_string()),
|
||||
verbs_p.pop().unwrap_or("=(".to_string()),
|
||||
verbs_p.pop().unwrap_or("[СЕКРЕТНО]".to_string()),
|
||||
verbs_p.pop().unwrap_or("[ДАННЫЕ УДАЛЕНЫ]".to_string()),
|
||||
verbs_p.pop().unwrap_or("[ДАННЫЕ ЗАСЕКРЕЧЕНЫ]".to_string()),
|
||||
{if fem {"а"} else {""}},
|
||||
verbs_i.pop().unwrap_or("=(".to_string()),
|
||||
verbs_i.pop().unwrap_or("=(".to_string()),
|
||||
verbs_i.pop().unwrap_or("=(".to_string()),
|
||||
verbs_i.pop().unwrap_or("[ДАННЫЕ УДАЛЕНЫ]".to_string()),
|
||||
verbs_i.pop().unwrap_or("[ДАННЫЕ ЗАСЕКРЕЧЕНЫ]".to_string()),
|
||||
verbs_i.pop().unwrap_or("[СЕКРЕТНО]".to_string()),
|
||||
|
||||
);
|
||||
debug!("{:?}", result);
|
||||
|
Reference in New Issue
Block a user