Skip to content

Commit

Permalink
Added discord.net reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
Radka Janek committed Aug 27, 2017
1 parent 10361f3 commit 6156703
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Botwinder-client.cs
Expand Up @@ -5,5 +5,18 @@ namespace Botwinder.core
{
public partial class BotwinderClient<TUser> : IDisposable where TUser : UserData, new()
{

public BotwinderClient()
{
//load main json config

}



public void Dispose()
{
//todo
}
}
}
5 changes: 5 additions & 0 deletions Botwinder.core.csproj
Expand Up @@ -5,4 +5,9 @@
<ItemGroup>
<ProjectReference Include="..\Entities\Botwinder.entities.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Discord.Net.Core" Version="1.0.2-build-00808" />
<PackageReference Include="Discord.Net.Rest" Version="1.0.2-build-00808" />
<PackageReference Include="Discord.Net.WebSocket" Version="1.0.2-build-00808" />
</ItemGroup>
</Project>

0 comments on commit 6156703

Please sign in to comment.