Example #1
0
 public async Task AddAllowedChannel([Remainder] string channel = null)
 {
     await adminService.AddAllowedChannelAsync(Context, channel);
 }