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 d2c1b29 commit 0946b54Copy full SHA for 0946b54
application/src/main/java/org/togetherjava/tjbot/features/basic/QuoteBoardForwarder.java
@@ -45,7 +45,7 @@ public final class QuoteBoardForwarder extends MessageReceiverAdapter {
45
* including the reaction emoji and the pattern to match board channel names
46
*/
47
public QuoteBoardForwarder(Config config) {
48
- this.config = config.getCoolMessagesConfig();
+ this.config = config.getQuoteMessagesConfig();
49
this.triggerReaction = Emoji.fromUnicode(this.config.reactionEmoji());
50
51
isQuoteBoardChannelName =
0 commit comments