Awoocord/plugins/Myosotis/build.gradle.kts
2026-02-19 01:13:10 +11:00

12 lines
214 B
Kotlin

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)
}