From 9a2128229ea105556fdb03fff8e6376d025a7a8e Mon Sep 17 00:00:00 2001 From: unilock Date: Wed, 6 Mar 2024 20:27:32 -0500 Subject: [PATCH] minor fixes to default config Signed-off-by: unilock --- src/main/java/cc/unilock/nilcord/config/NilcordConfig.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/cc/unilock/nilcord/config/NilcordConfig.java b/src/main/java/cc/unilock/nilcord/config/NilcordConfig.java index b7ba1fd..26ff0d0 100644 --- a/src/main/java/cc/unilock/nilcord/config/NilcordConfig.java +++ b/src/main/java/cc/unilock/nilcord/config/NilcordConfig.java @@ -62,15 +62,15 @@ public static final class DiscordFormatting extends Section { @Comment("Player join messages") @Comment("Additional placeholders: N/A") - public final TrackedValue join_message = value("**** joined the game"); + public final TrackedValue join_message = value("> ** joined the game**"); @Comment("Player leave messages") @Comment("Additional placeholders: N/A") - public final TrackedValue leave_message = value("**** left the game"); + public final TrackedValue leave_message = value("> ** left the game**"); @Comment("Player achievement messages") @Comment("Additional placeholders: ") - public final TrackedValue achievement_message = value("**** has just earned the achievement **[]**\n> \\> __"); + public final TrackedValue achievement_message = value("> **** has just earned the achievement **[]**\n> \\> __"); @Comment("Player death messages") @Comment("Additional placeholders: ")