We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01de1c commit f6f9158Copy full SHA for f6f9158
src/main/java/net/javadiscord/javabot/data/config/guild/ModerationConfig.java
@@ -62,7 +62,7 @@ public class ModerationConfig extends GuildConfigItem {
62
private int timeoutSeverity = 50;
63
64
/**
65
- * The duration to timeout users when they exceeded {@link #timeoutSeverity}.
+ * The duration (in hours) to timeout users when they exceeded {@link #timeoutSeverity}.
66
*/
67
private int warnTimeoutHours = 2;
68
0 commit comments