Interface ClusterPlayerManagerOptions

      interface ClusterPlayerManagerOptions {
          fetch?: ((pm, guild, options) => Promise<ClusterPlayer>);
          find?: ((pm, guild) => ClusterPlayer);
          has?: ((pm, guild) => boolean);
      }

      Properties

      Properties

      fetch?: ((pm, guild, options) => Promise<ClusterPlayer>)

      Type declaration

      find?: ((pm, guild) => ClusterPlayer)

      Type declaration

      has?: ((pm, guild) => boolean)

      Type declaration