We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73838c5 + 79c34e0 commit 375af0dCopy full SHA for 375af0d
src/main/java/net/discordjug/javabot/systems/help/AutoCodeFormatter.java
@@ -28,7 +28,7 @@
28
@RequiredArgsConstructor
29
@Component
30
public class AutoCodeFormatter {
31
- private static final String CODEBLOCK_PREFIX = " ```java";
+ private static final String CODEBLOCK_PREFIX = " ```java\n";
32
private static final String CODEBLOCK_SUFFIX = " ```";
33
private final AutoMod autoMod;
34
private final BotConfig botConfig;
0 commit comments