We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78296f commit aaa8df9Copy full SHA for aaa8df9
src/Discord.Net.Interactions/Builders/Commands/CommandBuilder.cs
@@ -185,7 +185,7 @@ ICommandBuilder ICommandBuilder.WithNameAsRegex(bool value) =>
185
186
/// <inheritdoc/>
187
ICommandBuilder ICommandBuilder.AddParameters(params IParameterBuilder[] parameters) =>
188
- AddParameters(parameters as TParamBuilder);
+ AddParameters(parameters as TParamBuilder[]);
189
190
191
ICommandBuilder ICommandBuilder.WithPreconditions(params PreconditionAttribute[] preconditions) =>
0 commit comments