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 d7bc6a3 commit 3ad4687Copy full SHA for 3ad4687
application/src/main/java/org/togetherjava/tjbot/commands/help/ImplicitAskListener.java
@@ -44,7 +44,7 @@
44
public final class ImplicitAskListener extends MessageReceiverAdapter {
45
private static final Logger logger = LoggerFactory.getLogger(ImplicitAskListener.class);
46
47
- private static final int TITLE_MAX_LENGTH = 30;
+ private static final int TITLE_MAX_LENGTH = 50;
48
49
private static final int COOLDOWN_DURATION_VALUE = 15;
50
private static final ChronoUnit COOLDOWN_DURATION_UNIT = ChronoUnit.SECONDS;
0 commit comments