public async Task UnsetLogChannelAsync(CommandContext context) { using IBotAccessProvider provider = this._providerBuilder.Build(); provider.RemoveGuildLogChannel(context.Guild.Id); await context.RespondAsync($"{context.User.Mention}, I have unset the log channel for this guild."); }