Skip to content

Commit f6f9158

Browse files
committed
add information about duration unit in Javadoc
1 parent e01de1c commit f6f9158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/javadiscord/javabot/data/config/guild/ModerationConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class ModerationConfig extends GuildConfigItem {
6262
private int timeoutSeverity = 50;
6363

6464
/**
65-
* The duration to timeout users when they exceeded {@link #timeoutSeverity}.
65+
* The duration (in hours) to timeout users when they exceeded {@link #timeoutSeverity}.
6666
*/
6767
private int warnTimeoutHours = 2;
6868

0 commit comments

Comments
 (0)