Skip to content

Commit eb6e4d9

Browse files
LulalabyVincentRPS
andauthored
Apply suggestions from code review
Co-authored-by: Vincent <[email protected]>
1 parent 269114e commit eb6e4d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

discord/sinks/core.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ def __init__(self, data, client):
113113

114114
class AudioData:
115115
"""Handles data that's been completely decrypted and decoded and is ready to be saved to file.
116+
116117
.. versionadded:: 2.1
118+
117119
Raises
118120
------
119121
ClientException
@@ -166,6 +168,7 @@ class Sink(Filters):
166168
finished_callback,
167169
ctx.channel,
168170
)
171+
169172
.. versionadded:: 2.1
170173
171174
Parameters

0 commit comments

Comments
 (0)