We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653fb49 commit 772ab09Copy full SHA for 772ab09
1 file changed
discord/reaction.py
@@ -133,7 +133,7 @@ def burst_colors(self) -> list[Colour]:
133
return self.burst_colours
134
135
@property
136
- def count_details(self):
+ def count_details(self) -> ReactionCountDetails:
137
"""Returns :class:`ReactionCountDetails` for the individual counts of normal and super reactions made."""
138
return ReactionCountDetails(self._count_details)
139
0 commit comments