feat(Myosotis): init

This commit is contained in:
Cilly Leang 2026-02-19 01:13:10 +11:00
parent f7c91222fc
commit 3a460de488
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 218 additions and 0 deletions

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