This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
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 namespace
pull/312/head
Joe4evr
9 years ago
parent
15da93b44a
commit
0ba4d4e901
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Discord.Net.Commands/Attributes/ParameterPreconditionAttribute.cs
+0
-1
src/Discord.Net.Commands/CommandParameter.cs
+ 1
- 1
src/Discord.Net.Commands/Attributes/ParameterPreconditionAttribute.cs
View File
@@ -1,7 +1,7 @@
using System;
using System.Threading.Tasks;
namespace Discord.Commands
.Attributes
namespace Discord.Commands
{
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = true, Inherited = true)]
public abstract class ParameterPreconditionAttribute : Attribute
+ 0
- 1
src/Discord.Net.Commands/CommandParameter.cs
View File
@@ -4,7 +4,6 @@ using System.Collections.Immutable;
using System.Diagnostics;
using System.Reflection;
using System.Threading.Tasks;
using Discord.Commands.Attributes;
namespace Discord.Commands
{
Write
Preview
Loading…
Cancel
Save