public static DiscordThread CreateThread(this DiscordClient client, ulong channelId, string name, TimeSpan ttl) => client.CreateThreadAsync(channelId, name, ttl).GetAwaiter().GetResult();