Skip to content

Commit 24bcf3b

Browse files
committed
meta: destroy repo
1 parent 9e0d991 commit 24bcf3b

File tree

2 files changed

+3
-40
lines changed

2 files changed

+3
-40
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2017 Discord.Net Contributors
3+
Copyright (c) 2015-2020 Discord.Net Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+2-39
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,3 @@
1-
# Discord.Net
2-
[![NuGet](https://img.shields.io/nuget/vpre/Discord.Net.svg?maxAge=2592000?style=plastic)](https://www.nuget.org/packages/Discord.Net)
3-
[![MyGet](https://img.shields.io/myget/discord-net/vpre/Discord.Net.svg)](https://www.myget.org/feed/Packages/discord-net)
4-
[![Build status](https://ci.appveyor.com/api/projects/status/5sb7n8a09w9clute/branch/dev?svg=true)](https://ci.appveyor.com/project/RogueException/discord-net/branch/dev)
5-
[![Discord](https://discordapp.com/api/guilds/81384788765712384/widget.png)](https://discord.gg/jkrBmQR)
1+
# Discord.Net 2020
62

7-
An unofficial .NET API Wrapper for the Discord client (http://discordapp.com).
8-
9-
Check out the [documentation](https://discord.foxbot.me/docs/) or join the [Discord API Chat](https://discord.gg/jkrBmQR).
10-
11-
## Installation
12-
### Stable (NuGet)
13-
Our stable builds available from NuGet through the Discord.Net metapackage:
14-
- [Discord.Net](https://www.nuget.org/packages/Discord.Net/)
15-
16-
The individual components may also be installed from NuGet:
17-
- [Discord.Net.Commands](https://www.nuget.org/packages/Discord.Net.Commands/)
18-
- [Discord.Net.Rest](https://www.nuget.org/packages/Discord.Net.Rest/)
19-
- [Discord.Net.WebSocket](https://www.nuget.org/packages/Discord.Net.WebSocket/)
20-
- [Discord.Net.Webhook](https://www.nuget.org/packages/Discord.Net.Webhook/)
21-
22-
### Unstable (MyGet)
23-
Nightly builds are available through our MyGet feed (`https://www.myget.org/F/discord-net/api/v3/index.json`).
24-
25-
## Compiling
26-
In order to compile Discord.Net, you require the following:
27-
28-
### Using Visual Studio
29-
- [Visual Studio 2017](https://www.microsoft.com/net/core#windowsvs2017)
30-
- [.NET Core SDK](https://www.microsoft.com/net/download/core)
31-
32-
The .NET Core workload must be selected during Visual Studio installation.
33-
34-
### Using Command Line
35-
- [.NET Core SDK](https://www.microsoft.com/net/download/core)
36-
37-
## Known Issues
38-
39-
### WebSockets (Win7 and earlier)
40-
.NET Core 1.1 does not support WebSockets on Win7 and earlier. This issue has been fixed since the release of .NET Core 2.1. It is recommended to target .NET Core 2.1 or above for your project if you wish to run your bot on legacy platforms; alternatively, you may choose to install the [Discord.Net.Providers.WS4Net](https://www.nuget.org/packages/Discord.Net.Providers.WS4Net/) package.
3+
Rewrite branch, work in progress.

0 commit comments

Comments
 (0)