Implement Quotes Board by christolis · Pull Request #1029 · Together-Java/TJ-Bot

@Taz03 Taz03 marked this pull request as draft

February 22, 2024 00:43

tj-wazei

Taz03

Taz03 previously approved these changes Apr 14, 2024

Zabuzard

* rename coolMessagesConfig to quoteMessagesConfig

* removed backticks for QuoteBoardForwarder and added a qualifier statement for QuoteBoardForwarder

* param check for reactionEmoji

* straight quotes instead of smart quotes

* rename isCoolEmoji to isTriggerEmoji

* early return when reactionsCount < config.minimumReactions()

* early return for isCoolEmoji

@christolis

@christolis

Due to some hastiness in resolving the recent merge conflicts, some
parts with "coolMessagesConfig" were not renamed to
"quoteMessagesConfig".  Take care of that.

Signed-off-by: Chris Sdogkos <work@chris-sdogkos.com>

@firasrg

firasrg

@firasrg

Comments:
1. improved settings
2. using meaningful names
3. validations
4. some debug logs

christolis

@firasrg

firasrg

firasrg previously approved these changes Dec 30, 2025

@christolis

Signed-off-by: Chris Sdogkos <work@chris-sdogkos.com>

tj-wazei