fix(canary/SlashCommandsFix): prompt restarts

This commit is contained in:
LavaDesu 2025-07-16 02:14:20 +10:00
parent a087010fbd
commit fe3e3f31ab
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 5 additions and 2 deletions

View file

@ -1,10 +1,13 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
version = "7.16.0"
version = "7.16.1"
description = "Beta backport of SlashCommandsFix"
aliucord {
changelog.set("""
# 7.16.1
* Prompt restarts
# 7.16.0
* Initial port >w< thanks @jedenastka
""".trimIndent())

View file

@ -13,7 +13,7 @@ import com.aliucord.entities.Plugin;
import de.robv.android.xposed.XposedBridge;
@AliucordPlugin
@AliucordPlugin(requiresRestart = true)
public final class SlashCommandsFix extends Plugin {
public SlashCommandsFix() {
super();