suggestionsbot / suggestions-bot-js

A Discord bot designed to build better communities by encouraging a positive and constructive relationship between community and staff.
https://suggestionsbot.com
GNU Affero General Public License v3.0
25 stars 5 forks source link

Filter out/remove non-suggestion reactions from being handled #50

Closed acollierr17 closed 2 years ago

acollierr17 commented 2 years ago

By removing or filtering out non-suggestion reactions from suggestions, the functionality disallowing people from adding multiple reactions wouldn't break (as it is now).

Currently, the only filter in place is checking if the message was sent in the suggestion channel. https://github.com/suggestionsbot/suggestions-bot/blob/2b7b94c53aab1e19b03a8d2ca6cfadc31e7493fa/src/events/messageReactionAdd.js#L22