예제 #1
0
 public async Task <IDiscordChannel> CreateDMAsync(ulong userid)
 {
     return(new DiscordChannel(
                await _apiClient.CreateDMChannelAsync(userid),
                this
                ));
 }