mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2026-01-06 21:39:16 +00:00
a lot of improvements
This commit is contained in:
@@ -14,7 +14,8 @@ data class Config(
|
||||
val plugins: List<StartPlugin>,
|
||||
@SerialName("database")
|
||||
val databaseConfig: DatabaseConfig = DatabaseConfig(),
|
||||
val botApiServer: String = telegramBotAPIDefaultUrl
|
||||
val botApiServer: String = telegramBotAPIDefaultUrl,
|
||||
val testServer: Boolean = false
|
||||
) {
|
||||
val botPlugins = plugins.filterIsInstance<Plugin>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user