Team-Creative-Name / Plexi

A Discord bot that integrates with Ombi
GNU Affero General Public License v3.0
1 stars 1 forks source link

Reactions for embeds are not checked for validity. #10

Closed collectioncard closed 4 years ago

collectioncard commented 4 years ago

Plexi does not currently check to make sure that a reaction is valid. If an already requested movie is searched for and a user manually adds a thumbs up emote, Plexi will attempt to request it again. This works for any of the emotes that Plexi recognizes.

@kgranger777 should take a look at this issue. Might be a good place for him to start.

The issue lies within the handleMessageReactionAddAction method in the SearchSubmenu class.

collectioncard commented 4 years ago

fixed in c3286f3