From dd38d80278ae99a6c18d7642d3c963869905efba Mon Sep 17 00:00:00 2001 From: d4n Date: Mon, 9 Sep 2024 20:39:22 -0500 Subject: [PATCH] Disable interaction response time check --- src/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Program.cs b/src/Program.cs index 2f8dda7..c773e0c 100644 --- a/src/Program.cs +++ b/src/Program.cs @@ -60,7 +60,8 @@ GatewayIntents = GatewayIntents.Guilds | GatewayIntents.GuildPresences, UseInteractionSnowflakeDate = false, LogGatewayIntentWarnings = false, - FormatUsersInBidirectionalUnicode = false + FormatUsersInBidirectionalUnicode = false, + ResponseInternalTimeCheck = false }; config.Token = builder.Configuration.GetSection(StartupOptions.Startup).Get()!.Token;