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

18 lines
No EOL
365 B
Kotlin

version = "1.4.2"
description = "Adds a token slash command to tell you your account token"
aliucord {
author("Vendicated", 343383572805058560L)
changelog.set(
"""
# 1.3.0
* Support V96
# 1.2.0
* Add 'send' option - Ven
""".trimIndent()
)
}