Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Quotes Board #1029

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

christolis
Copy link
Member

@christolis christolis commented Feb 21, 2024

Closes #1027.

Screenshots

image

Configuration changes

Property Description Type Default
coolMessagesConfig.minimumReaction The minimum amount of reactions needed
for the target message to
be considered to the board channel.
int 5
coolMessagesConfig.boardChannelPattern A pattern of the channel where messages
that should be quoted get posted to.
String "quotes"
coolMessagesConfig.reactionEmoji The reaction emoji as unicode. String "U+2B50"

@christolis christolis requested review from a team as code owners February 21, 2024 13:29
@Taz03 Taz03 marked this pull request as draft February 22, 2024 00:43
@christolis christolis marked this pull request as ready for review February 28, 2024 10:27
@christolis christolis force-pushed the feature/cool-messages branch from 4a68771 to bc3b7d6 Compare March 1, 2024 23:54
@christolis christolis marked this pull request as draft March 2, 2024 00:03
@christolis christolis marked this pull request as ready for review March 2, 2024 00:59
@christolis christolis requested a review from tj-wazei March 2, 2024 01:00
@christolis christolis force-pushed the feature/cool-messages branch from 35ba891 to 47cdcb2 Compare March 20, 2024 09:29
Copy link
Member

@Taz03 Taz03 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a message about config changes on main pr message, moderators said its hard to keep track of it otherwise

@christolis christolis force-pushed the feature/cool-messages branch from 47cdcb2 to 6d86c8f Compare April 4, 2024 09:07
@christolis christolis requested a review from Taz03 April 4, 2024 09:43
Taz03
Taz03 previously approved these changes Apr 14, 2024
@christolis christolis force-pushed the feature/cool-messages branch from ed3dbd5 to 59dc245 Compare May 17, 2024 22:42
@ankitsmt211 ankitsmt211 added the config-changes if your PR contains any changes related to config file label May 18, 2024
@christolis christolis force-pushed the feature/cool-messages branch from 59dc245 to 35abd02 Compare October 6, 2024 11:44
@SquidXTV
Copy link
Member

maybe it makes more sense to implement this with the new forward feature in discord?

@christolis christolis force-pushed the feature/cool-messages branch from 35abd02 to 7b19538 Compare October 29, 2024 19:50
@christolis
Copy link
Member Author

maybe it makes more sense to implement this with the new forward feature in discord?

@SquidXTV This is now a feature! With the latest changes, we are now forwarding messages instead of embedding messages. Good suggestion :)

@christolis christolis force-pushed the feature/cool-messages branch from 7b19538 to bbde421 Compare October 29, 2024 20:08
For this feature, the version of JDA had to be bumped to 5.1.2
@christolis christolis force-pushed the feature/cool-messages branch from bbde421 to 7d839d6 Compare October 29, 2024 20:13
@SquidXTV
Copy link
Member

@SquidXTV This is now a feature! With the latest changes, we are now forwarding messages instead of embedding messages. Good suggestion :)

Good job <3
Maybe update the PR description (Screenshot) accordingly

@christolis
Copy link
Member Author

@SquidXTV This is now a feature! With the latest changes, we are now forwarding messages instead of embedding messages. Good suggestion :)

Good job <3 Maybe update the PR description (Screenshot) accordingly

Thank you! I have updated the PR description. Thanks for pointing it out!

@christolis christolis dismissed tj-wazei’s stale review October 30, 2024 10:19

All requests have been resolved

@christolis christolis requested a review from Taz03 October 30, 2024 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config-changes if your PR contains any changes related to config file
Projects
Status: In Review
Development

Successfully merging this pull request may close these issues.

Cool messages board feature
5 participants