Skip to content

Commit d8d23cc

Browse files
committed
Removed unused configuration option.
1 parent 7bdeb8a commit d8d23cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/github/imdmk/automessage/notification/configuration/NotificationConfiguration.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ public class NotificationConfiguration extends OkaeriConfig {
7474

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

77-
public Notification invalidTitleTimesFormatNotification = new ChatNotification("<red>Invalid title times format. Correct usage: 1s, 2s, 3s");
78-
7977
@Comment("# {USAGE} - The usage of command")
8078
public Notification invalidUsageNotification = new ChatNotification("<red>Invalid usage<dark_gray>: <red>{USAGE}");
8179
@Comment("# This notifications are used when there is more than one option to use a command")

0 commit comments

Comments
 (0)