diff --git a/discord/file.py b/discord/file.py index 5fa359c90..1d8314fa0 100644 --- a/discord/file.py +++ b/discord/file.py @@ -179,7 +179,7 @@ class File: @property def waveform(self) -> list[int]: - """:class:`list[int]`: The waveform data for the voice message. + """List[:class:`int`]: The waveform data for the voice message. .. note:: If a waveform was not given, it will be generated