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.