Browse Source

Docs: fixed docs for AlwaysAcknowledgeInteractions

pull/1923/head
DJ GitHub 4 years ago
parent
commit
f8ebcabf7d
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/DiscordSocketConfig.cs

+ 1
- 1
src/Discord.Net.WebSocket/DiscordSocketConfig.cs View File

@@ -118,7 +118,7 @@ namespace Discord.WebSocket
/// <para>
/// With this option set to <see langword="false"/>, you will have to acknowledge the interaction with
/// <see cref="SocketInteraction.RespondAsync(string, bool, Embed, InteractionResponseType, AllowedMentions, RequestOptions)"/>.
/// Only after the interaction is acknowledged, the origional slash command message will be visible.
/// Only after the interaction is acknowledged, the original slash command message will be visible.
/// </para>
/// <note>
/// Please note that manually acknowledging the interaction with a message reply will not provide any return data.


Loading…
Cancel
Save