Browse Source

Make RestUserCommand public (#292)

pull/1923/head
d4n GitHub 3 years ago
parent
commit
b5baa95d9a
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/ContextMenuCommands/UserCommands/RestUserCommand.cs

+ 1
- 1
src/Discord.Net.Rest/Entities/Interactions/ContextMenuCommands/UserCommands/RestUserCommand.cs View File

@@ -11,7 +11,7 @@ namespace Discord.Rest
/// <summary>
/// Represents a REST-based user command.
/// </summary>
internal class RestUserCommand : RestCommandBase, IUserCommandInteraction, IDiscordInteraction
public class RestUserCommand : RestCommandBase, IUserCommandInteraction, IDiscordInteraction
{
/// <summary>
/// Gets the data associated with this interaction.


Loading…
Cancel
Save