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 namespaces
pull/287/head
Joe4evr
8 years ago
parent
6b4ba1adb7
commit
7217881314
3 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Discord.Net.Commands/Attributes/TypeReaderAttribute.cs
+0
-1
src/Discord.Net.Commands/CommandInfo.cs
+0
-1
src/Discord.Net.Commands/ModuleInfo.cs
+ 1
- 1
src/Discord.Net.Commands/Attributes/TypeReaderAttribute.cs
View File
@@ -1,7 +1,7 @@
using System;
using System.Reflection;
namespace Discord.Commands
.Attributes
namespace Discord.Commands
{
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Parameter, AllowMultiple = true)]
public class TypeReaderAttribute : Attribute
+ 0
- 1
src/Discord.Net.Commands/CommandInfo.cs
View File
@@ -6,7 +6,6 @@ using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Discord.Commands.Attributes;
namespace Discord.Commands
{
+ 0
- 1
src/Discord.Net.Commands/ModuleInfo.cs
View File
@@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Reflection;
using Discord.Commands.Attributes;
namespace Discord.Commands
{
Write
Preview
Loading…
Cancel
Save