Awoocord/plugins/Scout/build.gradle.kts
2025-05-29 17:18:13 +10:00

15 lines
343 B
Kotlin

version = "1.0.1"
description = "Backported and improved search functionality"
aliucord {
// Changelog of your plugin
changelog.set("""
# 1.0.1
* Fix not being able to search more than one page with sort:old
# 1.0.0
* Initial release >w<
""".trimIndent())
excludeFromUpdaterJson.set(false)
}