Update to Labs 3.5.0 (#1971)
* Merge https://github.com/Discord-Net-Labs/Discord.Net-Labs into patch/labs3.5.0 * Add missing periods
This commit is contained in:
@@ -643,12 +643,12 @@ namespace Discord.Commands
|
||||
var bestMatch = parseResults
|
||||
.FirstOrDefault(x => !x.Value.IsSuccess);
|
||||
|
||||
return MatchResult.FromSuccess(bestMatch.Key,bestMatch.Value);
|
||||
return MatchResult.FromSuccess(bestMatch.Key, bestMatch.Value);
|
||||
}
|
||||
|
||||
var chosenOverload = successfulParses[0];
|
||||
|
||||
return MatchResult.FromSuccess(chosenOverload.Key,chosenOverload.Value);
|
||||
return MatchResult.FromSuccess(chosenOverload.Key, chosenOverload.Value);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Import Project="../../Discord.Net.targets" />
|
||||
<Import Project="../../StyleAnalyzer.targets"/>
|
||||
<Import Project="../../StyleAnalyzer.targets" />
|
||||
<PropertyGroup>
|
||||
<AssemblyName>Discord.Net.Commands</AssemblyName>
|
||||
<RootNamespace>Discord.Commands</RootNamespace>
|
||||
@@ -11,5 +11,4 @@
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user