feat(Myosotis): init
This commit is contained in:
parent
f7c91222fc
commit
3a460de488
3 changed files with 218 additions and 0 deletions
12
plugins/Myosotis/build.gradle.kts
Normal file
12
plugins/Myosotis/build.gradle.kts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
version = "1.0.0"
|
||||
description = "Backports DM previews"
|
||||
|
||||
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