mirror of
https://github.com/VibedByKaKi/zt64-aliucord-plugins.git
synced 2026-08-28 17:11:13 +02:00
18 lines
No EOL
365 B
Kotlin
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()
|
|
)
|
|
} |