Skip to content

Commit

Permalink
Disable interaction response time check
Browse files Browse the repository at this point in the history
  • Loading branch information
d4n3436 committed Sep 10, 2024
1 parent 6b79ec2 commit dd38d80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<StartupOptions>()!.Token;
Expand Down

0 comments on commit dd38d80

Please sign in to comment.