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 Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    9c5f4c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7092d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01153b5 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 Oct 6, 2024
    Configuration menu
    Copy the full SHA
    309f50e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    462b26f View commit details
    Browse the repository at this point in the history
  6. refactor: no star imports

    christolis committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    a713b80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    163d848 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 Oct 6, 2024
    Configuration menu
    Copy the full SHA
    57ec271 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    831958c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c185f09 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e883452 View commit details
    Browse the repository at this point in the history
  12. use REST action chaining

    christolis committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    35abd02 View commit details
    Browse the repository at this point in the history