From b5baa95d9a5480e62f4304cc769d6ef5888375de Mon Sep 17 00:00:00 2001 From: d4n Date: Sun, 21 Nov 2021 14:34:46 -0500 Subject: [PATCH] Make RestUserCommand public (#292) --- .../ContextMenuCommands/UserCommands/RestUserCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.Rest/Entities/Interactions/ContextMenuCommands/UserCommands/RestUserCommand.cs b/src/Discord.Net.Rest/Entities/Interactions/ContextMenuCommands/UserCommands/RestUserCommand.cs index 52466debf..58f1ed375 100644 --- a/src/Discord.Net.Rest/Entities/Interactions/ContextMenuCommands/UserCommands/RestUserCommand.cs +++ b/src/Discord.Net.Rest/Entities/Interactions/ContextMenuCommands/UserCommands/RestUserCommand.cs @@ -11,7 +11,7 @@ namespace Discord.Rest /// /// Represents a REST-based user command. /// - internal class RestUserCommand : RestCommandBase, IUserCommandInteraction, IDiscordInteraction + public class RestUserCommand : RestCommandBase, IUserCommandInteraction, IDiscordInteraction { /// /// Gets the data associated with this interaction.