Skip to content

Commit

Permalink
Update eternalcore-core/src/main/java/com/eternalcode/core/feature/es…
Browse files Browse the repository at this point in the history
…sentials/alert/AlertQueueCommand.java

Co-authored-by: Norbert Dejlich <[email protected]>
  • Loading branch information
mydelkonivea and Rollczi authored Nov 13, 2024
1 parent 015221d commit 27a3c5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.time.Duration;
import java.util.Optional;

@Command(name = "alert-queue", aliases = { "alertq", "aq" })
@Command(name = "alert-queue", aliases = { "alert-q" })
@Permission("eternalcore.alert.queue")
class AlertQueueCommand {

Expand Down

0 comments on commit 27a3c5a

Please sign in to comment.