mirror of
https://github.com/InsanusMokrassar/BooruGrabberTelegramBot.git
synced 2025-09-07 09:09:35 +00:00
improvements
This commit is contained in:
@@ -5,5 +5,6 @@ import kotlinx.serialization.Serializable
|
||||
@Serializable
|
||||
data class Config(
|
||||
val token: String,
|
||||
val database: DatabaseConfig
|
||||
val database: DatabaseConfig,
|
||||
val client: HttpClientConfig? = null
|
||||
)
|
||||
|
Reference in New Issue
Block a user