From cde037537f565ff56257f925ab0110b516235d97 Mon Sep 17 00:00:00 2001 From: mercury Date: Mon, 19 Dec 2022 01:18:17 +0400 Subject: [PATCH] donate --- app/bot.php | 4 ++++ 1 file changed, 4 insertions(+) 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];