diff --git a/discord/file.py b/discord/file.py index ddee82cbc..9d1a6ff1f 100644 --- a/discord/file.py +++ b/discord/file.py @@ -28,7 +28,7 @@ import os.path import io class File: - """A parameter object used for :meth:`abc.Messageable.send` + r"""A parameter object used for :meth:`abc.Messageable.send` for sending file objects. .. note::