⚠️ Internal: This API is not publically exported by the package.

      Interface LavalinkWSClientReconnectOptions

      interface LavalinkWSClientReconnectOptions {
          delay?: number | LavalinkWSClientReconnectFn;
          tries?: number;
      }

      Properties

      Properties

      tries?: number