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.
Needs to do the following: