Skip to content

Commit

Permalink
Update eternalcore-core/src/main/java/com/eternalcode/core/feature/ch…
Browse files Browse the repository at this point in the history
…at/ChatManagerCommand.java

Co-authored-by: Jakubk15 <77227023+Jakubk15@users.noreply.github.com>
  • Loading branch information
vLuckyyy and Jakubk15 authored Dec 23, 2023
1 parent 9fadbd3 commit 24dd7a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void disable(@Context Viewer viewer, @Context CommandSender sender) {
}

@Execute(name = "slowmode")
@DescriptionDocs(description = "Sets SlowMode for chat", arguments = "<time>")
@DescriptionDocs(description = "Sets slowmode for chat", arguments = "<time>")
void slowmode(@Context Viewer viewer, @Arg Duration duration) {
if (duration.isNegative()) {
this.noticeService.viewer(viewer, translation -> translation.argument().numberBiggerThanOrEqualZero());
Expand Down

0 comments on commit 24dd7a9

Please sign in to comment.