getOrCreatePlayerNode abstract method

INode getOrCreatePlayerNode(
  1. Snowflake guildId
)

Attempts to get the node containing a player for a specific guild id

if the player doesn't exist, then the best node is retrieved and the player created

Implementation

INode getOrCreatePlayerNode(Snowflake guildId);