Future<void> clear({String? reason}) async { return _roleMethods.syncRoles( memberId: member.id, serverId: server.id, roleIds: [], reason: reason); }