From f8ebcabf7d3ce5c55ba3a9a3eb4963d94266676d Mon Sep 17 00:00:00 2001 From: DJ Date: Sun, 4 Jul 2021 19:31:32 +0530 Subject: [PATCH] Docs: fixed docs for AlwaysAcknowledgeInteractions --- src/Discord.Net.WebSocket/DiscordSocketConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.WebSocket/DiscordSocketConfig.cs b/src/Discord.Net.WebSocket/DiscordSocketConfig.cs index 61c625bdf..6ce9489f6 100644 --- a/src/Discord.Net.WebSocket/DiscordSocketConfig.cs +++ b/src/Discord.Net.WebSocket/DiscordSocketConfig.cs @@ -118,7 +118,7 @@ namespace Discord.WebSocket /// /// With this option set to , you will have to acknowledge the interaction with /// . - /// 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. /// /// /// Please note that manually acknowledging the interaction with a message reply will not provide any return data.