This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix: patch todo in NamedTypeReader (
#1392
)
pull/1396/head
Joe4evr
Christopher F
5 years ago
parent
0d54207a27
commit
0bda8a4217
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/Discord.Net.Commands/Readers/NamedArgumentTypeReader.cs
+ 1
- 2
src/Discord.Net.Commands/Readers/NamedArgumentTypeReader.cs
View File
@@ -41,8 +41,7 @@ namespace Discord.Commands
}
catch (Exception ex)
{
//TODO: use the Exception overload after a rebase on latest
return TypeReaderResult.FromError(CommandError.Exception, ex.Message);
return TypeReaderResult.FromError(ex);
}
}
Write
Preview
Loading…
Cancel
Save