}{07 F1{}
This commit is contained in:
parent
ce1ff5f94b
commit
893d94076f
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ type public BotConfig = {
|
|||
relayUrl: string
|
||||
chanelId: int64
|
||||
adminChatId: int64
|
||||
YoutubeDlUrl: string
|
||||
youtubeDlUrl: string
|
||||
}
|
||||
|
||||
let private readConfig =
|
||||
|
|
|
@ -16,7 +16,7 @@ let botClient = TelegramBotClient (config.token, new HttpClient())
|
|||
let youtubeDlClient =
|
||||
YoutubeDlClient.createClient {
|
||||
Client = new HttpClient()
|
||||
BaseUrl = config.YoutubeDlUrl
|
||||
BaseUrl = config.youtubeDlUrl
|
||||
}
|
||||
|
||||
let tgService =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue