From 2c567ea5466cd66c01ae8235d038932902b45ec9 Mon Sep 17 00:00:00 2001 From: quin lynch Date: Tue, 21 Dec 2021 09:19:35 -0400 Subject: [PATCH] Add section about timeouts in interactions --- docs/faq/basics/interactions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/faq/basics/interactions.md b/docs/faq/basics/interactions.md index 5a4f41097..33b89ac2d 100644 --- a/docs/faq/basics/interactions.md +++ b/docs/faq/basics/interactions.md @@ -22,6 +22,10 @@ DeferAsync will not send out a response, RespondAsync will. [DeferAsync]: xref:Discord.IDiscordInteraction [FollowUpAsync]: xref:Discord.IDiscordInteraction +## 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. If your clock is out of sync and you cant fix it, you can set the `UseInteractionSnowflakeDate` to false in the config. + ## Bad form Exception when I try to create my commands, why do I get this? Bad form exceptions are thrown if the slash, user or message command builder has invalid values.