1
mirror of https://github.com/Shiewk/SModeration.git synced 2026-04-29 06:34:17 +02:00

Add default reason to config

This commit is contained in:
Shy
2026-04-12 15:02:41 +02:00
parent ea54f83909
commit 24da79642a
5 changed files with 7 additions and 5 deletions
@@ -17,8 +17,6 @@ import static net.kyori.adventure.text.Component.translatable;
public abstract class Punishment {
public static final String DEFAULT_REASON = "No reason provided.";
protected final UUID id;
protected final String type;
protected final long timestamp;