diff --git a/app/bot.php b/app/bot.php index c22ef71..acffed3 100644 --- a/app/bot.php +++ b/app/bot.php @@ -511,6 +511,10 @@ class Bot } $text = '' . implode(PHP_EOL, $text) . ''; } + $data[] = [[ + 'text' => 'donate', + 'url' => "https://yoomoney.ru/to/410011827900450", + ]]; if ($return) { return [$text, $data];