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