Example #1
0
 public TextChannel GetTextChannel(ulong channelId)
 {
     return(TextChannel.Get(channelId, this));
 }