Exemple #1
0
 public Task AddLogChannel(
     [Summary("The channel to receive log messages")]
     IMessageChannel channel)
 => ModerationService.AddLogChannelAsync(Context.Guild, channel);