Skip to content

Commit 5b1f2c9

Browse files
author
Andrew1031
committed
Change max pinned answers from 3 to 10
1 parent 2499044 commit 5b1f2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/src/main/java/org/togetherjava/tjbot/features/help/PinAnswerCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
public final class PinAnswerCommand extends BotCommandAdapter implements MessageContextCommand {
1414
private static final String COMMAND_NAME = "pin-answer";
15-
private static final int MAX_PINNED_ANSWERS = 3;
15+
private static final int MAX_PINNED_ANSWERS = 10;
1616
private int count = 0;
1717

1818
public PinAnswerCommand() {

0 commit comments

Comments
 (0)