Skip to content

Commit 88d4f24

Browse files
committed
move QOTWJob to the jobs package
1 parent be750c5 commit 88d4f24

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/net/javadiscord/javabot/systems/qotw/jobs

1 file changed

+1
-1
lines changed

src/main/java/net/javadiscord/javabot/systems/qotw/QOTWJob.java renamed to src/main/java/net/javadiscord/javabot/systems/qotw/jobs/QOTWJob.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.javadiscord.javabot.systems.qotw;
1+
package net.javadiscord.javabot.systems.qotw.jobs;
22

33
import lombok.RequiredArgsConstructor;
44
import lombok.extern.slf4j.Slf4j;

0 commit comments

Comments
 (0)