Awoocord/plugins/AlignThreads/build.gradle.kts

16 lines
340 B
Text
Raw Normal View History

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