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");