Skip to content

Commit 02e50ff

Browse files
committed
removed unused constant
1 parent b306847 commit 02e50ff

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/main/java/net/javadiscord/javabot/systems/help/AutoCodeFormatter.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,11 @@
2727
@RequiredArgsConstructor
2828
@Component
2929
public class AutoCodeFormatter {
30-
/**
31-
* The identifier used for all AutoCodeFormatter related buttons.
32-
*/
33-
static final String FORMAT_HINT_IDENTIFIER = "forum-formatter-removeHint";
3430
private final AutoMod autoMod;
3531
private final BotConfig botConfig;
3632
private final UserPreferenceService preferenceService;
3733

34+
3835
/**
3936
* Method responsible for finding a place to insert a codeblock, if present.
4037
*

0 commit comments

Comments
 (0)