fix(cmd): don't broadcast empty msg
This commit is contained in:
parent
b64f19c421
commit
114948b3e5
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ class GameCommand : BasicCommand {
|
||||||
.append(Component.text("Veuillez préciser un message.", NamedTextColor.RED))
|
.append(Component.text("Veuillez préciser un message.", NamedTextColor.RED))
|
||||||
.build()
|
.build()
|
||||||
)
|
)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
val announcementComponent = Component.text()
|
val announcementComponent = Component.text()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue