forked from DSharpPlus/DSharpPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.md.old
More file actions
35 lines (24 loc) · 1.88 KB
/
README.md.old
File metadata and controls
35 lines (24 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

# DSharpPlus
An unofficial .NET wrapper for the Discord API, based off [DiscordSharp](https://github.com/suicvne/DiscordSharp), but rewritten to fit the API standards.
[](https://ci.appveyor.com/project/Emzi0767/dsharpplus/branch/master)
[](https://discord.gg/KeAS3pU)
[](https://nuget.org/packages/DSharpPlus)
[](https://www.myget.org/gallery/dsharpplus-nightly)
# Use the lib:
You can install the library from following sources:
1. [NuGet](https://nuget.org/packages/DSharpPlus) (Stable Release).
2. [MyGet](https://www.myget.org/gallery/dsharpplus-nightly) (Development Builds).
3. Build from source using Visual Studio 2017. You will need SDKs for .NET 4.5, 4.6, and 4.7, as well as .NET Core 1.1 and 2.0 runtimes and SDKs.
# Documentation
The documentation can be found [**here**](https://dsharpplus.emzi0767.com/).
## Tutorials
* [Making your first bot in C#](https://dsharpplus.emzi0767.com/articles/intro.html).
## Example bots
* [Example by Emzi0767](https://github.com/DSharpPlus/Example-Bots)
* [Example by Naamloos](https://github.com/DSharpPlus/DSharpPlus-Example)
# Questions?
Come talk to us here:
[](https://discord.gg/nTk7HgF)
Alternatively, you could also join us in the [Discord API chat](https://discord.gg/discord-api) at **#dotnet_dsharpplus**.
[](https://discord.gg/discord-api)