Browse Source

Oops

pull/1923/head
drobbins329 3 years ago
parent
commit
555fed862e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketCommandBase.cs

+ 1
- 1
src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketCommandBase.cs View File

@@ -32,7 +32,7 @@ namespace Discord.WebSocket


new internal static SocketInteraction Create(DiscordSocketClient client, Model model, ISocketMessageChannel channel) new internal static SocketInteraction Create(DiscordSocketClient client, Model model, ISocketMessageChannel channel)
{ {
var entity = new SocketSlashCommand(client, model, channel);
var entity = new SocketCommandBase(client, model, channel);
entity.Update(model); entity.Update(model);
return entity; return entity;
} }


Loading…
Cancel
Save