Exemplo n.º 1
0
 public static IReadOnlyList <DiscordThread> GetChannelActiveThreads(this DiscordClient client, ulong channelId)
 => client.GetChannelActiveThreadsAsync(channelId).GetAwaiter().GetResult();