diff --git a/src/api/channels/reactions.rs b/src/api/channels/reactions.rs index 06bad1c..6be95d0 100644 --- a/src/api/channels/reactions.rs +++ b/src/api/channels/reactions.rs @@ -47,8 +47,7 @@ impl ReactionMeta { /// /// # Reference /// See - // Consider renaming this, maybe get_reaction_users or get_emoji_users - pub async fn get(&self, emoji: &str, user: &mut ChorusUser) -> ChorusResult> { + pub async fn get_reaction_users(&self, emoji: &str, user: &mut ChorusUser) -> ChorusResult> { let url = format!( "{}/channels/{}/messages/{}/reactions/{}", user.belongs_to.read().unwrap().urls.api,