16 lines
278 B
Kotlin
16 lines
278 B
Kotlin
version = "1.0.0"
|
|
description = "More lenient message grouping"
|
|
|
|
android {
|
|
namespace = "moe.lava.awoocord.bocchi"
|
|
}
|
|
|
|
aliucord {
|
|
// Changelog of your plugin
|
|
changelog.set("""
|
|
# 1.0.0
|
|
* Initial release >w<
|
|
""".trimIndent())
|
|
|
|
deploy.set(true)
|
|
}
|