コード例 #1
0
 public async Task ChannelInfo([Remainder] string channelName)
 {
     await modService.ChannelInfoAsync(Context, channelName);
 }