daniil 🧠

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2024-01-04 01:30:56 +07:00
parent 4e81324845
commit 63643f812a
2 changed files with 7 additions and 0 deletions

View File

@ -64,6 +64,13 @@ final class index extends core
$message->react('😬'); $message->react('😬');
} }
if ($message->author->id === '380876873468608522' && rand(0, 100) < 6) {
// Сообщение от Даниила Богданова (godandem) и шанс 5%
// Отправка изображения: "надругался над даниилом богдановым"
$message->channel->sendMessage(_message::new()->addFile('images/daniil.png'));
}
foreach (explode(' ', $message->content) as $word) { foreach (explode(' ', $message->content) as $word) {
// Перебор слов из текста сообщения // Перебор слов из текста сообщения

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 KiB