zt64-aliucord-plugins/plugin/Weather/build.gradle.kts
2024-03-15 02:27:11 -04:00

16 lines
No EOL
333 B
Kotlin

version = "1.3.2"
description =
"Adds a weather slash command to get information for the current location or one that's provided"
aliucord {
changelog.set(
"""
# 1.3.1
* Fixed error fetching data
# 1.2.0
* Support V96
""".trimIndent()
)
}