Browse Source

Make File docstring raw for Python 3.9 compatibility

pull/6160/head
TicClick 4 years ago
committed by GitHub
parent
commit
a4b20d08c3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/file.py

2
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::

Loading…
Cancel
Save