feat(Bocchi): init

This commit is contained in:
Cilly Leang 2026-01-22 23:25:19 +11:00
parent 5df56646c7
commit 1bc5341a31
Signed by: cilly
GPG key ID: 6500251E087653C9
4 changed files with 64 additions and 1 deletions

View file

@ -0,0 +1,16 @@
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)
}