Browse Source

Update SocketSlashCommand.cs

Fix #53
pull/1923/head
Quin Lynch GitHub 3 years ago
parent
commit
e8ba24dc0a
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.WebSocket/Entities/Interaction/Slash Commands/SocketSlashCommand.cs

+ 1
- 1
src/Discord.Net.WebSocket/Entities/Interaction/Slash Commands/SocketSlashCommand.cs View File

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

if (Discord.AlwaysAcknowledgeInteractions)
{
await FollowupAsync(embeds, text, isTTS, ephemeral, type, allowedMentions, options);
await FollowupAsync(embeds, text, isTTS, ephemeral, type, allowedMentions, options, component);
return;
}



Loading…
Cancel
Save