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;