fix: patch todo in NamedTypeReader (#1392)

This commit is contained in:
Joe4evr
2019-10-03 22:35:48 +02:00
committed by Christopher F
parent 0d54207a27
commit 0bda8a4217

View File

@@ -41,8 +41,7 @@ namespace Discord.Commands
} }
catch (Exception ex) catch (Exception ex)
{ {
//TODO: use the Exception overload after a rebase on latest return TypeReaderResult.FromError(ex);
return TypeReaderResult.FromError(CommandError.Exception, ex.Message);
} }
} }