Gerald-Development / Barista-Gerald

Gerald general purpose discord bot.
GNU General Public License v3.0
3 stars 3 forks source link

Implement custom predicates into EventWaiters #131

Closed ElementalMP4 closed 3 years ago

ElementalMP4 commented 3 years ago

When checking for MessageReceivedEvent and ReactionAddEvent authors, we should use a custom predicate for cleanliness. eg: new MRESameUserPredicate() new RAESameUserPredicate()

Montori commented 3 years ago

Looks good