Awoocord/plugins/AlignThreads/build.gradle.kts

13 lines
276 B
Text
Raw Normal View History

2025-06-23 22:22:12 +10:00
version = "1.0.0"
description = "Fixes the alignment of \"Create Thread\" button in message actions"
aliucord {
// Changelog of your plugin
changelog.set("""
# 1.0.0
* Initial release >w<
""".trimIndent())
excludeFromUpdaterJson.set(false)
}