mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2024-11-21 15:13:46 +00:00
now config have no contextual params
This commit is contained in:
parent
799e76b487
commit
27fd0607cc
@ -36,7 +36,7 @@ internal val configSerialFormat: StringFormat
|
||||
|
||||
@Serializable
|
||||
data class Config(
|
||||
val plugins: List<@Contextual Plugin>,
|
||||
val plugins: List<Plugin>,
|
||||
val database: DatabaseConfig,
|
||||
val botToken: String
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user