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>
/// 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.


Loading…
Cancel
Save