You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LavalinkManager has NodeManager and ManagerUtils that need LavalinkManager to be instantiated but the LavalinkManager property is public so we have the circular reference/dependency problem.
LavalinkManager
hasNodeManager
andManagerUtils
that needLavalinkManager
to be instantiated but theLavalinkManager
property is public so we have the circular reference/dependency problem.And it goes on endlessly.
In this Issue I suggest that the
LavalinkManager
be private within classes that are its propertiesThe text was updated successfully, but these errors were encountered: