From a157d37ccac18d78910b4e677d7f740a24d6b604 Mon Sep 17 00:00:00 2001 From: Zach Goodson Date: Thu, 20 Nov 2025 23:15:15 -0600 Subject: [PATCH] Attempt Patch for Discord API Error --- main.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cs b/main.cs index d48dd66..3b20ebb 100644 --- a/main.cs +++ b/main.cs @@ -36,6 +36,7 @@ public static class Bot public static readonly DiscordShardedClient Client = new(new DiscordSocketConfig { GatewayIntents = GatewayIntents.Guilds | GatewayIntents.GuildMembers | GatewayIntents.GuildMessages | GatewayIntents.GuildMessageReactions | GatewayIntents.MessageContent | GatewayIntents.AutoModerationConfiguration, + UseInteractionSnowflakeDate = false }); public static string Token = Environment.GetEnvironmentVariable("DISCORD_TOKEN");