Skip to content

Commit

Permalink
Make RestMessageComponent public (discord-net#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
d4n3436 authored Dec 12, 2021
1 parent 60ac2ac commit 4e52b11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Discord.Rest
/// <summary>
/// Represents a REST-based message component.
/// </summary>
internal class RestMessageComponent : RestInteraction, IComponentInteraction, IDiscordInteraction
public class RestMessageComponent : RestInteraction, IComponentInteraction, IDiscordInteraction
{
/// <summary>
/// Gets the data received with this interaction, contains the button that was clicked.
Expand Down

0 comments on commit 4e52b11

Please sign in to comment.