Skip to content

Commit

Permalink
[ci skip] README reorganized, and HTTP links replaced with HTTPS ones.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emzi0767 committed Oct 5, 2017
1 parent a12fc4f commit 4080e86
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 5,28 @@ A C# API for Discord based off [DiscordSharp](https://github.com/suicvne/Discord

[![Build Status](https://img.shields.io/appveyor/ci/Emzi0767/dsharpplus-6g6vr/master.svg)](https://ci.appveyor.com/project/Emzi0767/dsharpplus-6g6vr/branch/master)
[![Discord Server](https://img.shields.io/discord/146044397861994496.svg?label=discord)](https://discord.gg/0oZpaYcAjfvkDuE4)
[![NuGet](https://img.shields.io/nuget/vpre/DSharpPlus.svg)](http://nuget.org/packages/DSharpPlus)
[![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:
1. Download from [NuGet](http://nuget.org/packages/DSharpPlus) (Stable Release)
2. Download from [MyGet](https://www.myget.org/gallery/dsharpplus-nightly) (Development Builds)
3. Build from source using Visual Studio
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/)**
The documentation can be found [**here**](https://dsharpplus.emzi0767.com/).

# Tutorials
[Making your first bot in C#](https://dsharpplus.emzi0767.com/articles/intro.html)
## Tutorials
* [Making your first bot in C#](https://dsharpplus.emzi0767.com/articles/intro.html).

## Example bots
* [Example by Emzi0767](https://github.com/Emzi0767/DSharpPlus-Example-Bot)
* [Example by Naamloos](https://github.com/NaamloosDT/DSharpPlus-example)

## Webhooks
Use this to generate JSON for slack messages: http://www.nickstrohm.de/dsb/,
## Slack Webhooks
You can use [this website](https://www.nickstrohm.de/dsb/) provided by [nick-strohm](https://github.com/nick-strohm) to generate JSON for slack messages.

# Questions?
Come talk to us here:
Expand Down

0 comments on commit 4080e86

Please sign in to comment.