players property

UnmodifiableMapView<Snowflake, GuildPlayer> players

Returns a map with all the players the node currently has

Implementation

UnmodifiableMapView<Snowflake, GuildPlayer> get players => UnmodifiableMapView(this._players);