Skip to content

Commit 0946b54

Browse files
committed
fixes a single compilation error: "getCoolMessageConfig" is an old name
1 parent d2c1b29 commit 0946b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/src/main/java/org/togetherjava/tjbot/features/basic/QuoteBoardForwarder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class QuoteBoardForwarder extends MessageReceiverAdapter {
4545
* including the reaction emoji and the pattern to match board channel names
4646
*/
4747
public QuoteBoardForwarder(Config config) {
48-
this.config = config.getCoolMessagesConfig();
48+
this.config = config.getQuoteMessagesConfig();
4949
this.triggerReaction = Emoji.fromUnicode(this.config.reactionEmoji());
5050

5151
isQuoteBoardChannelName =

0 commit comments

Comments
 (0)