|
@@ -264,7 +264,7 @@ namespace Discord.Commands |
|
|
var preconditionResult = await commands[i].CheckPreconditionsAsync(context, services).ConfigureAwait(false); |
|
|
var preconditionResult = await commands[i].CheckPreconditionsAsync(context, services).ConfigureAwait(false); |
|
|
if (!preconditionResult.IsSuccess) |
|
|
if (!preconditionResult.IsSuccess) |
|
|
{ |
|
|
{ |
|
|
if (commands.Count == 1) |
|
|
|
|
|
|
|
|
if (i == 1) |
|
|
return preconditionResult; |
|
|
return preconditionResult; |
|
|
else |
|
|
else |
|
|
continue; |
|
|
continue; |
|
|