Implement Quotes Board
Closes #1027.
Screenshots
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" |
maybe it makes more sense to implement this with the new forward feature in discord?
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 :)
@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
@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!
gonna help with this