feat(Bocchi): init
This commit is contained in:
parent
5df56646c7
commit
1bc5341a31
4 changed files with 64 additions and 1 deletions
16
plugins/Bocchi/build.gradle.kts
Normal file
16
plugins/Bocchi/build.gradle.kts
Normal 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)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue