Browse Source

initial commit

pull/873/head
Chris Johnston 7 years ago
parent
commit
3eb54613f2
2 changed files with 20 additions and 0 deletions
  1. +10
    -0
      test/Discord.Net.Tests/Tests.ChannelPermissions.cs
  2. +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
{
}
}

Loading…
Cancel
Save