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
initial commit
pull/873/head
Chris Johnston
7 years ago
parent
623d60fe51
commit
3eb54613f2
2 changed files
with
20 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
test/Discord.Net.Tests/Tests.ChannelPermissions.cs
+10
-0
test/Discord.Net.Tests/Tests.GuildPermissions.cs
+ 10
- 0
test/Discord.Net.Tests/Tests.ChannelPermissions.cs
View File
@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Discord
{
public partial class Tests
{
}
}
+ 10
- 0
test/Discord.Net.Tests/Tests.GuildPermissions.cs
View File
@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Discord
{
public partial class Tests
{
}
}
Write
Preview
Loading…
Cancel
Save