There was an error while loading. Please reload this page.
1 parent a0b8391 commit 2771d2cCopy full SHA for 2771d2c
1 file changed
src/main/java/net/javadiscord/javabot/systems/qotw/QOTWJob.java
@@ -47,7 +47,7 @@ public class QOTWJob {
47
* Posts a new question to the QOTW channel.
48
* @throws SQLException if an SQL error occurs
49
*/
50
- @Scheduled(cron = "0 0 9 * * 0")//MONDAY, 09:00
+ @Scheduled(cron = "0 0 9 * * 1")//MONDAY, 09:00
51
public void execute() throws SQLException {
52
for (Guild guild : jda.getGuilds()) {
53
if (guild.getBoostTier() == Guild.BoostTier.TIER_1) {
0 commit comments