mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2024-12-22 14:07:14 +00:00
small hotfix
This commit is contained in:
parent
963d33a452
commit
9c4b49df22
@ -41,7 +41,7 @@ object Plugin : Plugin {
|
|||||||
val parseMode: ParseMode? = null,
|
val parseMode: ParseMode? = null,
|
||||||
val buttonsPerRow: Int = 4,
|
val buttonsPerRow: Int = 4,
|
||||||
val deleteButtonText: String? = null,
|
val deleteButtonText: String? = null,
|
||||||
val rootButtonText: String = "\uD83D\uDD19",
|
val rootButtonText: String = "◀️",
|
||||||
val refreshButtonText: String? = "\uD83D\uDD04"
|
val refreshButtonText: String? = "\uD83D\uDD04"
|
||||||
)
|
)
|
||||||
override fun Module.setupDI(database: Database, params: JsonObject) {
|
override fun Module.setupDI(database: Database, params: JsonObject) {
|
||||||
|
Loading…
Reference in New Issue
Block a user