Browse Source

Make RestMessageComponent public (#369)

pull/1966/head
d4n GitHub 3 years ago
parent
commit
4e52b11f18
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Rest/Entities/Interactions/MessageComponents/RestMessageComponent.cs

+ 1
- 1
src/Discord.Net.Rest/Entities/Interactions/MessageComponents/RestMessageComponent.cs View File

@@ -13,7 +13,7 @@ namespace Discord.Rest
/// <summary> /// <summary>
/// Represents a REST-based message component. /// Represents a REST-based message component.
/// </summary> /// </summary>
internal class RestMessageComponent : RestInteraction, IComponentInteraction, IDiscordInteraction
public class RestMessageComponent : RestInteraction, IComponentInteraction, IDiscordInteraction
{ {
/// <summary> /// <summary>
/// Gets the data received with this interaction, contains the button that was clicked. /// Gets the data received with this interaction, contains the button that was clicked.


Loading…
Cancel
Save