Awoocord/plugins/Crocosmia/build.gradle.kts

13 lines
209 B
Text
Raw Permalink Normal View History

2025-12-06 18:02:32 +11:00
version = "1.0.0"
description = "Bubbled messages"
aliucord {
// Changelog of your plugin
changelog.set("""
# 1.0.0
* Initial release >w<
""".trimIndent())
2026-02-06 21:25:08 +11:00
deploy.set(true)
2025-12-06 18:02:32 +11:00
}