1
0
Fork 0

fix(cmd): don't broadcast empty msg

This commit is contained in:
ineanto 2025-09-06 11:32:26 +02:00
parent b64f19c421
commit 114948b3e5
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84

View file

@ -40,6 +40,7 @@ class GameCommand : BasicCommand {
.append(Component.text("Veuillez préciser un message.", NamedTextColor.RED))
.build()
)
return
}
val announcementComponent = Component.text()