zt64-aliucord-plugins/plugin/SystemInfo/build.gradle.kts
2023-08-22 01:34:03 -04:00

11 lines
No EOL
252 B
Kotlin

version = "1.3.1"
description = "Adds a systeminfo slash command that provides basic system information"
aliucord {
author("Vendicated", 343383572805058560L)
changelog.set(
"""
Add more info
""".trimIndent()
)
}