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.
MessageComponent.Empty
1 parent b338d30 commit 35d94caCopy full SHA for 35d94ca
src/Discord.Net.Core/Entities/Interactions/MessageComponents/MessageComponent.cs
@@ -18,8 +18,8 @@ internal MessageComponent(List<IMessageComponent> components)
18
}
19
20
/// <summary>
21
- /// Returns a empty <see cref="MessageComponent"/>.
+ /// Returns an empty <see cref="MessageComponent"/>.
22
/// </summary>
23
- internal static MessageComponent Empty
+ public static MessageComponent Empty
24
=> new([]);
25
0 commit comments