Skip to content

Commit dd139e4

Browse files
committed
Increase activity rotation interval
1 minute -> 3 minutes
1 parent c9b0aca commit dd139e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/xyz/srnyx/lazylibrary/LazyLibrary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public void updateActivityRotation() {
221221

222222
// Set random activity
223223
if (!settings.activities.isEmpty()) jda.getPresence().setActivity(settings.activities.get(MiscUtility.RANDOM.nextInt(settings.activities.size())));
224-
}, 0, 1, TimeUnit.MINUTES);
224+
}, 0, 3, TimeUnit.MINUTES);
225225
}
226226

227227
/**

0 commit comments

Comments
 (0)