feat(Crocosmia): init

This commit is contained in:
Cilly Leang 2025-12-06 18:02:32 +11:00
parent cf89612cb2
commit 5bee566297
Signed by: cilly
GPG key ID: 6500251E087653C9
4 changed files with 492 additions and 0 deletions

View file

@ -0,0 +1,12 @@
version = "1.0.0"
description = "Bubbled messages"
aliucord {
// Changelog of your plugin
changelog.set("""
# 1.0.0
* Initial release >w<
""".trimIndent())
deploy.set(false)
}