예제 #1
0
 public Task <ChannelType> GetChannel <ChannelType>(string channelId) where ChannelType : Channel
 {
     // TODO: Need to inject client
     return(ClientToolbox.FetchStructure <ChannelType>(DiscordAPI.Channel(channelId)));
 }