We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76258d0 commit 13d1fbeCopy full SHA for 13d1fbe
discord/file.py
@@ -137,8 +137,8 @@ def uri(self) -> str:
137
to an uploaded file via URL.
138
139
.. info::
140
- Due to Discord's filename processing it can only reference files
141
- that have fully ASCII filenames.
+ Due to Discord's filename processing, the filename must be ASCII aphanumeric
+ with underscores, dashes, and periods.
142
143
.. versionadded:: 2.6
144
"""
0 commit comments