aboutsummaryrefslogtreecommitdiff
path: root/discord/file.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/file.py')
-rw-r--r--discord/file.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/discord/file.py b/discord/file.py
index 3bf44047..ddee82cb 100644
--- a/discord/file.py
+++ b/discord/file.py
@@ -31,6 +31,11 @@ class File:
"""A parameter object used for :meth:`abc.Messageable.send`
for sending file objects.
+ .. note::
+
+ File objects are single use and are not meant to be reused in
+ multiple :meth:`abc.Messageable.send`\s.
+
Attributes
-----------
fp: Union[:class:`str`, :class:`io.BufferedIOBase`]