Skip to content

Commit 23a0438

Browse files
committed
add comment
1 parent 7cfe137 commit 23a0438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/player.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,4 +839,5 @@ def _speak(self, speaking: bool) -> None:
839839
_log.info("Speaking call in player failed: %s", e)
840840

841841
def played_frames(self) -> int:
842+
"""Gets the number of 20ms frames played since the start of the audio file."""
842843
return self._played_frames

0 commit comments

Comments
 (0)