Skip to content

Feat: Messages with more than 10 reactions forward to #overheard #9

Description

@python151

Needs to do the following:

  • When a message receives more 10 or more reactions it should be forwarded to a specific channel defined in the QUOTES_CHANNEL_ID environment variable.
  • Avoid duplication: need to either search through past messages in the channel or have some local storage (or both). It's not sufficient to simply check if it's the 10th reaction, since someone could spam the channel by reacting and unreacting a bunch of times.
  • Also we need to exclude messages which are in server-suggestions and admin channels.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions