15 lines
340 B
Kotlin
15 lines
340 B
Kotlin
version = "1.0.1"
|
|
description = "Fixes the alignment of \"Create Thread\" button in message actions"
|
|
|
|
aliucord {
|
|
// Changelog of your plugin
|
|
changelog.set("""
|
|
# 1.0.1
|
|
* Also fix it in channels list actions
|
|
|
|
# 1.0.0
|
|
* Initial release >w<
|
|
""".trimIndent())
|
|
|
|
excludeFromUpdaterJson.set(false)
|
|
}
|