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 317a895 commit 5e6c997Copy full SHA for 5e6c997
src/main/java/net/dv8tion/jda/api/entities/Message.java
@@ -142,11 +142,11 @@ public interface Message extends ISnowflake, Formattable
142
String JUMP_URL = "https://discord.com/channels/%s/%s/%s";
143
144
/**
145
- * The maximum sendable file size (25 MiB)
+ * The maximum sendable file size (10 MiB)
146
*
147
* @see MessageRequest#setFiles(Collection)
148
*/
149
- int MAX_FILE_SIZE = 25 << 20;
+ int MAX_FILE_SIZE = 10 << 20;
150
151
152
* The maximum amount of files sendable within a single message ({@value})
0 commit comments