Awoocord/plugins/Bocchi/build.gradle.kts

20 lines
351 B
Text
Raw Normal View History

2026-01-23 00:02:12 +11:00
version = "1.0.1"
2026-01-22 23:25:19 +11:00
description = "More lenient message grouping"
android {
namespace = "moe.lava.awoocord.bocchi"
}
aliucord {
// Changelog of your plugin
changelog.set("""
2026-01-23 00:02:12 +11:00
# 1.0.1
* Hide blank space w.r.t attachments and embeds
2026-01-22 23:25:19 +11:00
# 1.0.0
* Initial release >w<
""".trimIndent())
deploy.set(true)
}