Added VKBot

This commit is contained in:
amikhaylov
2026-05-28 02:16:26 +03:00
parent 20450c4ede
commit e90314f18b
16 changed files with 464 additions and 5 deletions
+5 -1
View File
@@ -34,5 +34,9 @@ return [
'channel' => env('SLACK_BOT_USER_DEFAULT_CHANNEL'),
],
],
'vk' => [
'token' => env('VK_API_TOKEN'),
'version' => env('VK_API_VERSION', '5.131'), // 5.131 — значение по умолчанию
'url' => env('VK_API_URL', 'https://api.vk.ru/method'),
],
];