Исправление vk.com на vk.ru

This commit is contained in:
2025-10-14 11:10:17 +03:00
parent 1afbdf5e1b
commit eb92eb11b1
2 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ except ImportError:
URL_POST = "https://linux-gaming.ru/posts.json"
URL_NEWS = f"https://linux-gaming.ru/c/news/{keys.cat_num}.json"
URL_VK_POST = "https://api.vk.com/method/wall.post"
URL_VK_GET = "https://api.vk.com/method/wall.get"
URL_VK_POST = "https://api.vk.ru/method/wall.post"
URL_VK_GET = "https://api.vk.ru/method/wall.get"
URL_CHANGELOG = "https://gitlab.eterfund.ru/Castro-Fidel/PortWINE/raw/master/data_from_portwine/changelog_ru"
HEADERS_SITE = {

View File

@@ -9,8 +9,8 @@ from discord.ext.commands import Bot
import keys # Файл, где хранятся ваши ключи доступа
url_vk_get = "https://api.vk.com/method/wall.get"
url_vk_delete = "https://api.vk.com/method/wall.delete"
url_vk_get = "https://api.vk.ru/method/wall.get"
url_vk_delete = "https://api.vk.ru/method/wall.delete"
# Укажите ваши токены и ID каналов
TELEGRAM_API_ID = keys.api_id_tg