Browse Source

Update docs/faq/int_framework/general.md

Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
pull/2106/head
Armano den Boef GitHub 3 years ago
parent
commit
edce008b71
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
      docs/faq/int_framework/general.md

+ 1
- 1
docs/faq/int_framework/general.md View File

@@ -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)]


Loading…
Cancel
Save