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 12 commits into
base: develop
Choose a base branch
from

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    2c64b37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96a8e41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a3e820 View commit details
    Browse the repository at this point in the history
  4. fix(CoolMessages): prevent duplicate message add

    Fixes a bug where any user could star react to a message and the bot
    would unconditionally add that message to the cool messages board,
    considering the fact that it would surpass the minimum reaction
    count requirement.
    
    This commit gets the bot to react with the same cool messages emoji the
    first time and use that reaction as proof that it has quoted the message
    and that it should not deal with it in case somebody reacts to it again.
    christolis committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b3010b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7dfa7f5 View commit details
    Browse the repository at this point in the history
  6. refactor: no star imports

    christolis committed May 17, 2024
    Configuration menu
    Copy the full SHA
    830b75e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    545c72a View commit details
    Browse the repository at this point in the history
  8. fix: get boardChannel from Optional

    By the time we need to get the contents of boardChannel when we attempt
    to insert the cool message, the boardChannel's optional will never be
    empty, so use Optional#get() instead.
    christolis committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ec11a43 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    873259a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e22334f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af00884 View commit details
    Browse the repository at this point in the history
  12. use REST action chaining

    christolis committed May 17, 2024
    Configuration menu
    Copy the full SHA
    59dc245 View commit details
    Browse the repository at this point in the history