Skip to content

Commit

Permalink
Removed unused configuration option.
Browse files Browse the repository at this point in the history
  • Loading branch information
imDMK committed Sep 13, 2023
1 parent 7bdeb8a commit d8d23cc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ public class NotificationConfiguration extends OkaeriConfig {

public Notification autoMessageNotFoundNotification = new ChatNotification("<red>Automatic message not found<dark_gray>.");

public Notification invalidTitleTimesFormatNotification = new ChatNotification("<red>Invalid title times format. Correct usage: 1s, 2s, 3s");

@Comment("# {USAGE} - The usage of command")
public Notification invalidUsageNotification = new ChatNotification("<red>Invalid usage<dark_gray>: <red>{USAGE}");
@Comment("# This notifications are used when there is more than one option to use a command")
Expand Down

0 comments on commit d8d23cc

Please sign in to comment.