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 ed47eff commit 442d883Copy full SHA for 442d883
application/src/main/java/org/togetherjava/tjbot/commands/free/FreeHelpChannelsRoutine.java
@@ -55,7 +55,7 @@ public void runRoutine(@NotNull JDA jda) {
55
*/
56
private boolean isInactive(@NotNull TextChannel channel) {
57
return TimeUtil.getTimeCreated(channel.getLatestMessageIdLong())
58
- .isBefore(OffsetDateTime.now().minusMinutes(INACTIVE_TIME_MINUTES));
+ .isBefore(OffsetDateTime.now().minusMinutes(INACTIVE_TIME_MINUTES));
59
}
60
61
@Override
0 commit comments