Awoocord/plugins/Bocchi/build.gradle.kts

26 lines
473 B
Text
Raw Permalink Normal View History

2026-02-19 07:48:28 +11:00
version = "1.0.3"
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-02-19 07:48:28 +11:00
# 1.0.3
* Clump more than 6 messages together
2026-01-24 11:35:05 +11:00
# 1.0.2
* Fix (inverted) webhook clumping
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)
}