public async Task BanUser(SocketGuildUser user, [Remainder] string reason = null) { await _modService.BanUser(Context, user, reason); }