}{07 F1{}

This commit is contained in:
Keroosha 2023-02-27 23:03:31 +03:00
parent ce1ff5f94b
commit 893d94076f
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ type public BotConfig = {
relayUrl: string relayUrl: string
chanelId: int64 chanelId: int64
adminChatId: int64 adminChatId: int64
YoutubeDlUrl: string youtubeDlUrl: string
} }
let private readConfig = let private readConfig =

View File

@ -16,7 +16,7 @@ let botClient = TelegramBotClient (config.token, new HttpClient())
let youtubeDlClient = let youtubeDlClient =
YoutubeDlClient.createClient { YoutubeDlClient.createClient {
Client = new HttpClient() Client = new HttpClient()
BaseUrl = config.YoutubeDlUrl BaseUrl = config.youtubeDlUrl
} }
let tgService = let tgService =