You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Discord.Net.Rest/Entities/Messages/MessageHelper.cs
+4-2
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,16 @@ internal static class MessageHelper
13
13
{
14
14
/// <exception cref="InvalidOperationException">Only the author of a message may modify the message.</exception>
15
15
/// <exception cref="ArgumentOutOfRangeException">Message content is too long, length must be less or equal to <see cref="DiscordConfig.MaxMessageSize"/>.</exception>
0 commit comments