We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d4f24 commit 8fa028bCopy full SHA for 8fa028b
src/main/java/net/javadiscord/javabot/systems/qotw/jobs/QOTWJob.java
@@ -1,7 +1,6 @@
1
package net.javadiscord.javabot.systems.qotw.jobs;
2
3
import lombok.RequiredArgsConstructor;
4
-import lombok.extern.slf4j.Slf4j;
5
import net.dv8tion.jda.api.EmbedBuilder;
6
import net.dv8tion.jda.api.JDA;
7
import net.dv8tion.jda.api.Permission;
@@ -29,7 +28,6 @@
29
28
/**
30
* Job which posts a new question to the QOTW channel.
31
*/
32
-@Slf4j
33
@Service
34
@RequiredArgsConstructor
35
public class QOTWJob {
0 commit comments