File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/net/javadiscord/javabot/systems/qotw/submissions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ public List<QOTWSubmission> getActiveSubmissionThreads(long guildId) {
153153 .setTitle (String .format ("Question of the Week #%s" , question .getQuestionNumber ()))
154154 .setDescription (String .format ("""
155155 %s
156-
156+
157157 Hey, %s! Please submit your answer into this private thread.
158158 The %s will review your submission once a new question appears.""" ,
159159 question .getText (), createdBy .getAsMention (), config .getQOTWReviewRole ().getAsMention ()))
@@ -162,7 +162,7 @@ public List<QOTWSubmission> getActiveSubmissionThreads(long guildId) {
162162 To maximize your chances of getting this week's QOTW Point make sure to:
163163 — Provide a **Code example** (if possible)
164164 — Try to answer the question as detailed as possible.
165-
165+
166166 Staff usually won't reply in here.""" , false )
167167 .setTimestamp (Instant .now ())
168168 .build ();
You can’t perform that action at this time.
0 commit comments