예제 #1
0
파일: Client.cs 프로젝트: hujgup/DiscordApi
 public async Task <IChannel> GetChannelAsync(ulong channelId)
 {
     return(await ChannelUtils.GetChannelAsync(channelId, this));
 }