danil 1%, arsen 25%, mashina fix
This commit is contained in:
parent
f861a522fa
commit
322474b8bf
|
@ -64,8 +64,8 @@ final class index extends core
|
||||||
$message->react('😬');
|
$message->react('😬');
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($message->author->id === '380876873468608522' && rand(0, 100) < 6) {
|
if ($message->author->id === '380876873468608522' && rand(0, 100) < 2) {
|
||||||
// Сообщение от Даниила Богданова (godandem) и шанс 5%
|
// Сообщение от Даниила Богданова (godandem) и шанс 1%
|
||||||
|
|
||||||
// Отправка изображения: "надругался над даниилом богдановым"
|
// Отправка изображения: "надругался над даниилом богдановым"
|
||||||
$message->channel->sendMessage(_message::new()->addFile('images/daniil.png'));
|
$message->channel->sendMessage(_message::new()->addFile('images/daniil.png'));
|
||||||
|
@ -88,12 +88,12 @@ final class index extends core
|
||||||
if (
|
if (
|
||||||
($mirzaev = $message->guild->members->get('id', '534633964737134623')) instanceof member
|
($mirzaev = $message->guild->members->get('id', '534633964737134623')) instanceof member
|
||||||
&& ($mirzaev->status === 'offline' || $mirzaev->status === null)
|
&& ($mirzaev->status === 'offline' || $mirzaev->status === null)
|
||||||
&& rand(0, 100) < 16
|
&& rand(0, 100) < 26
|
||||||
and levenshtein($_word, $arsen, 2, 2, 1) < 3
|
and levenshtein($_word, $arsen, 2, 2, 1) < 3
|
||||||
|| levenshtein($_word, $arsenchik, 2, 1, 2) < 4
|
|| levenshtein($_word, $arsenchik, 2, 1, 2) < 4
|
||||||
|| (levenshtein($_word, $senya, 2, 2, 1) < 2 && $word !== 'меня' && $word !== 'тебя')
|
|| (levenshtein($_word, $senya, 2, 2, 1) < 2 && $word !== 'меня' && $word !== 'тебя')
|
||||||
) {
|
) {
|
||||||
// Найдено обращение к Арсену, он не в сети и шанс 15%
|
// Найдено обращение к Арсену, он не в сети и шанс 25%
|
||||||
|
|
||||||
// Отправка сообщения
|
// Отправка сообщения
|
||||||
$message->reply(_message::new()->setContent(match (rand(0, 5)) {
|
$message->reply(_message::new()->setContent(match (rand(0, 5)) {
|
||||||
|
@ -123,7 +123,7 @@ final class index extends core
|
||||||
|
|
||||||
if (
|
if (
|
||||||
rand(0, 100) < 31
|
rand(0, 100) < 31
|
||||||
and levenshtein($_word, $marina, 2, 2, 1) < 3
|
and (levenshtein($_word, $marina, 2, 2, 1) < 3 && $word !== 'машина')
|
||||||
|| levenshtein($_word, $marishka, 2, 1, 2) < 4
|
|| levenshtein($_word, $marishka, 2, 1, 2) < 4
|
||||||
|| levenshtein($_word, $marinochka, 2, 1, 2) < 4
|
|| levenshtein($_word, $marinochka, 2, 1, 2) < 4
|
||||||
|| levenshtein($_word, $marinushka, 2, 1, 2) < 4
|
|| levenshtein($_word, $marinushka, 2, 1, 2) < 4
|
||||||
|
|
Loading…
Reference in New Issue