diff --git a/discord/reaction.py b/discord/reaction.py index d9b2b9539..04eee3427 100644 --- a/discord/reaction.py +++ b/discord/reaction.py @@ -155,7 +155,7 @@ class Reaction: """ await self.message.clear_reaction(self.emoji) - def users(self, limit: Optional[int] = None, after: Optional[Snowflake] = None) -> ReactionIterator: + def users(self, *, limit: Optional[int] = None, after: Optional[Snowflake] = None) -> ReactionIterator: """Returns an :class:`AsyncIterator` representing the users that have reacted to the message. The ``after`` parameter must represent a member