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.
1 parent ea1e5a3 commit 79c34e0Copy full SHA for 79c34e0
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