diff --git a/discord/abc.py b/discord/abc.py index 84a9349e6..0cdf6d771 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -1587,9 +1587,6 @@ class Messageable: voice: :class:`bool` If the message is a voice message. - .. warning:: - - `file` attribute must be a :class:`discord.VoiceMessageFile` for this to work. Content must also be `None` .. versionadded:: 2.6 Raises