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
Copy file name to clipboardExpand all lines: src/structures/LavalinkManager.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ export class LavalinkManager<CustomPlayerT extends Player = Player> extends Even
164
164
165
165
if(!options?.nodes||!Array.isArray(options?.nodes)||!options?.nodes.every(node=>this.utils.isNodeOptions(node)))thrownewSyntaxError("ManagerOption.nodes must be an Array of NodeOptions and is required of at least 1 Node");
166
166
167
-
if(typeofoptions?.autoChecks?.nodeSourcesValidations!=="boolean")thrownewSyntaxError("ManagerOption.autoChecks.nodeSourcesValidations must be either false | true aka boolean");
167
+
if(typeofoptions?.autoChecks?.sourcesValidations!=="boolean")thrownewSyntaxError("ManagerOption.autoChecks.sourcesValidations must be either false | true aka boolean");
168
168
if(typeofoptions?.autoChecks?.pluginValidations!=="boolean")thrownewSyntaxError("ManagerOption.autoChecks.pluginValidations must be either false | true aka boolean");
0 commit comments