Add installing guide
🥄 better docs soon come
This commit is contained in:
9
docs/guides/samples/netstd11.cs
Normal file
9
docs/guides/samples/netstd11.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Discord.Providers.WS4Net;
|
||||
using Discord.Providers.UDPClient;
|
||||
using Discord.WebSocket;
|
||||
// ...
|
||||
var client = new DiscordSocketClient(new DiscordSocketConfig
|
||||
{
|
||||
WebSocketProvider = WS4NetProvider.Instance,
|
||||
UdpSocketProvider = UDPClientProvider.Instance,
|
||||
});
|
||||
6
docs/guides/samples/nuget.config
Normal file
6
docs/guides/samples/nuget.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<add key="discord.net ci feed" value="https://www.myget.org/F/discord-net/api/v3/index.json" />
|
||||
</packageSources>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user