1 Commits
0.4.0 ... 0.5.0

Author SHA1 Message Date
63643f812a daniil 🧠 2024-01-04 01:30:56 +07:00
2 changed files with 7 additions and 0 deletions

View File

@@ -64,6 +64,13 @@ final class index extends core
$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) {
// Перебор слов из текста сообщения

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 KiB