diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/model/channel/reaction.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/channel/reaction.rs b/src/model/channel/reaction.rs index 1e555ed..9c3618d 100644 --- a/src/model/channel/reaction.rs +++ b/src/model/channel/reaction.rs @@ -97,7 +97,7 @@ impl Reaction { /// The type of a [`Reaction`] sent. /// /// [`Reaction`]: struct.Reaction.html -#[derive(Clone, Debug)] +#[derive(Clone, Debug, Eq, PartialEq, Hash)] pub enum ReactionType { /// A reaction with a [`Guild`]s custom [`Emoji`], which is unique to the /// guild. |