Skip to content

Commit 772ab09

Browse files
authored
chore(reaction): add missing count_details return type annotation (#3269)
1 parent 653fb49 commit 772ab09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discord/reaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def burst_colors(self) -> list[Colour]:
133133
return self.burst_colours
134134

135135
@property
136-
def count_details(self):
136+
def count_details(self) -> ReactionCountDetails:
137137
"""Returns :class:`ReactionCountDetails` for the individual counts of normal and super reactions made."""
138138
return ReactionCountDetails(self._count_details)
139139

0 commit comments

Comments
 (0)