Исправление vk.com на vk.ru
This commit is contained in:
@@ -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 = {
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user