Browse Source

lint: remove unfinished thoughts

pull/1164/head
Christopher F 7 years ago
parent
commit
7c7e30c3aa
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      src/Discord.Net.Commands/Info/CommandInfo.cs

+ 0
- 3
src/Discord.Net.Commands/Info/CommandInfo.cs View File

@@ -179,10 +179,7 @@ namespace Discord.Commands
public Task<IResult> ExecuteAsync(ICommandContext context, ParseResult parseResult, IServiceProvider services)
{
if (!parseResult.IsSuccess)
{

return Task.FromResult((IResult)ExecuteResult.FromError(parseResult));
}

var argList = new object[parseResult.ArgValues.Count];
for (int i = 0; i < parseResult.ArgValues.Count; i++)


Loading…
Cancel
Save