25 lines
473 B
Kotlin
25 lines
473 B
Kotlin
version = "1.0.3"
|
|
description = "More lenient message grouping"
|
|
|
|
android {
|
|
namespace = "moe.lava.awoocord.bocchi"
|
|
}
|
|
|
|
aliucord {
|
|
// Changelog of your plugin
|
|
changelog.set("""
|
|
# 1.0.3
|
|
* Clump more than 6 messages together
|
|
|
|
# 1.0.2
|
|
* Fix (inverted) webhook clumping
|
|
|
|
# 1.0.1
|
|
* Hide blank space w.r.t attachments and embeds
|
|
|
|
# 1.0.0
|
|
* Initial release >w<
|
|
""".trimIndent())
|
|
|
|
deploy.set(true)
|
|
}
|