}{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
|
relayUrl: string
|
||||||
chanelId: int64
|
chanelId: int64
|
||||||
adminChatId: int64
|
adminChatId: int64
|
||||||
YoutubeDlUrl: string
|
youtubeDlUrl: string
|
||||||
}
|
}
|
||||||
|
|
||||||
let private readConfig =
|
let private readConfig =
|
||||||
|
|
|
@ -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 =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue