feat(AlignThreads): init

This commit is contained in:
LavaDesu 2025-06-23 22:22:12 +10:00
parent 386a754b98
commit e9052ca5d9
Signed by: cilly
GPG key ID: 6500251E087653C9
5 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,12 @@
version = "1.0.0"
description = "Fixes the alignment of \"Create Thread\" button in message actions"
aliucord {
// Changelog of your plugin
changelog.set("""
# 1.0.0
* Initial release >w<
""".trimIndent())
excludeFromUpdaterJson.set(false)
}