13 lines
276 B
Text
13 lines
276 B
Text
|
|
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)
|
||
|
|
}
|