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 b306847 commit 02e50ffCopy full SHA for 02e50ff
src/main/java/net/javadiscord/javabot/systems/help/AutoCodeFormatter.java
@@ -27,14 +27,11 @@
27
@RequiredArgsConstructor
28
@Component
29
public class AutoCodeFormatter {
30
- /**
31
- * The identifier used for all AutoCodeFormatter related buttons.
32
- */
33
- static final String FORMAT_HINT_IDENTIFIER = "forum-formatter-removeHint";
34
private final AutoMod autoMod;
35
private final BotConfig botConfig;
36
private final UserPreferenceService preferenceService;
37
+
38
/**
39
* Method responsible for finding a place to insert a codeblock, if present.
40
*
0 commit comments