forked from DSharpPlus/DSharpPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md.old
35 lines (24 loc) · 1.88 KB
/
README.md.old
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
![Logo of DSharpPlus](https://github.com/DSharpPlus/DSharpPlus/raw/master/logo/dsharp+_smaller.png)
# DSharpPlus
An unofficial .NET wrapper for the Discord API, based off [DiscordSharp](https://github.com/suicvne/DiscordSharp), but rewritten to fit the API standards.
[![Build Status](https://img.shields.io/appveyor/ci/Emzi0767/dsharpplus/master.svg)](https://ci.appveyor.com/project/Emzi0767/dsharpplus/branch/master)
[![Discord Server](https://img.shields.io/discord/379378609942560770.svg?label=discord)](https://discord.gg/KeAS3pU)
[![NuGet](https://img.shields.io/nuget/vpre/DSharpPlus.svg)](https://nuget.org/packages/DSharpPlus)
[![MyGet](https://img.shields.io/myget/dsharpplus-nightly/vpre/DSharpPlus.svg?label=myget)](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:
[![DSharpPlus Chat](https://discordapp.com/api/guilds/379378609942560770/embed.png?style=banner1)](https://discord.gg/nTk7HgF)
Alternatively, you could also join us in the [Discord API chat](https://discord.gg/discord-api) at **#dotnet_dsharpplus**.
[![Discord API Chat](https://discordapp.com/api/guilds/81384788765712384/embed.png?style=banner1)](https://discord.gg/discord-api)