Exemple #1
0
 /// <summary>
 /// Gets a channel
 /// </summary>
 /// <param name="channelId">ID of the channel</param>
 public static DiscordChannel GetChannel(this DiscordClient client, ulong channelId)
 {
     return(client.GetChannelAsync(channelId).GetAwaiter().GetResult());
 }