Skip to content

Commit

Permalink
Configuration fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
imDMK committed Aug 18, 2023
1 parent 11cb1df commit 3743a4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class NotificationConfiguration extends OkaeriConfig {
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")
public Notification invalidUsageFirstNotification = new ChatNotification("<red>Invalid usage<dark_gray>:");
public ChatNotification invalidUsageListNotification = new ChatNotification("<dark_gray>- <red>{USAGE}");
public Notification invalidUsageListNotification = new ChatNotification("<dark_gray>- <red>{USAGE}");

public Notification invalidNumberNotification = new ChatNotification("<red>Invalid number<dark_gray>.");
public Notification invalidTypeNotification = new ChatNotification("<red>Invalid notification type<dark_gray>.");
Expand Down

0 comments on commit 3743a4a

Please sign in to comment.