From e00bb0b0f3ac36b1704482c4b9fab623400e2a1c Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 18 Aug 2025 13:44:29 -0400 Subject: [PATCH] Change info directive to note --- discord/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/file.py b/discord/file.py index e3934e7bc..8f9102216 100644 --- a/discord/file.py +++ b/discord/file.py @@ -136,7 +136,7 @@ class File: This is used in certain places such as embeds or components to refer to an uploaded file via URL. - .. info:: + .. note:: Due to Discord's filename processing, the filename must be ASCII aphanumeric with underscores, dashes, and periods.