From edce008b7114a1a07d9467329fab683c9deeadf1 Mon Sep 17 00:00:00 2001 From: Armano den Boef <68127614+Rozen4334@users.noreply.github.com> Date: Thu, 17 Feb 2022 12:12:13 +0100 Subject: [PATCH] Update docs/faq/int_framework/general.md Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> --- docs/faq/int_framework/general.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/int_framework/general.md b/docs/faq/int_framework/general.md index c3157e608..af574edb6 100644 --- a/docs/faq/int_framework/general.md +++ b/docs/faq/int_framework/general.md @@ -26,7 +26,7 @@ DeferAsync will not send out a response, RespondAsync will. ## Im getting System.TimeoutException: 'Cannot respond to an interaction after 3 seconds!' -This happens because your computers clock is out of sync or your trying to respond after 3 seconds. +This happens because your computer's clock is out of sync or you're trying to respond after 3 seconds. If your clock is out of sync and you can't fix it, you can set the `UseInteractionSnowflakeDate` to false in the [DiscordSocketConfig]. [!code-csharp[Interaction Sync](samples/interactionsyncing.cs)]