mirror of
https://github.com/VibedByKaKi/zt64-aliucord-plugins.git
synced 2026-08-20 05:11:15 +02:00
16 lines
No EOL
333 B
Kotlin
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()
|
|
)
|
|
} |