Browse Source

Add missing XML tag

pull/1923/head
quin lynch 4 years ago
parent
commit
636c3efee8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net.WebSocket/Entities/Interaction/Message Components/SocketMessageComponent.cs

+ 1
- 0
src/Discord.Net.WebSocket/Entities/Interaction/Message Components/SocketMessageComponent.cs View File

@@ -158,6 +158,7 @@ namespace Discord.WebSocket
return await InteractionHelper.SendFollowupAsync(Discord.Rest, args, Token, Channel, options);
}

/// <inheritdoc/>
public override Task AcknowledgeAsync(RequestOptions options = null)
{
var response = new API.InteractionResponse()


Loading…
Cancel
Save