let (shard, mut events) = Shard::new(config.bot_token.clone(), Intents::GUILD_MEMBERS);
shard.start()
.await
.unwrap();
gives me the error
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ShardStartError { kind: Establishing, source: Some(Tls(Webpki(UnsupportedCriticalExtension))) }'
but I cannot find anything on this error except this link:
#1018174873345986640 message
and the image below