From 03209c46e7bf5221d91ba522d165592c7961951c Mon Sep 17 00:00:00 2001 From: Armano den Boef <68127614+Rozen4334@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:44:08 +0200 Subject: [PATCH] Update README with better header (#232) * Update README with better header Adds HTML elements that implement the main logo & improve the redirection tag positions. * Resolving border issue in light-mode * Update sponsor section --- README.md | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4074c1c17..c3343cd38 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,27 @@ -# Discord.Net Labs -[![NuGet](https://img.shields.io/nuget/vpre/Discord.Net.Labs.svg?maxAge=2592000&logo=nuget)](https://www.nuget.org/packages/Discord.Net.Labs) -[![Discord](https://discord.com/api/guilds/848176216011046962/widget.png)](https://discord.gg/dvSfUTet3K) +

+ + Logo + +
+
+ + NuGet + + + MyGet + + + Build Status + + + Discord + +

This repo is a custom fork of Discord.Net that introduces the newest features of discord for testing and experimenting. Nothing here is guaranteed to work but you are more than welcome to submit bugs in the issues tabs -If this projects benefits you (*and you're financially stable*) consider donating or becoming a sponsor as it really helps out! +### ♥ Sponsor us! +- If this library benefits you consider [sponsoring](https://github.com/sponsors/quinchs) the project as it really helps out. *Only sponsor if you're financially stable!* ## Known issues Labs will not work with normal package of Playwo's [InteractivityAddon](https://www.nuget.org/packages/Discord.InteractivityAddon). The reason is that his package depends on the base discord.net lib. You can instead use the [InteractivityAddon.Labs](https://www.nuget.org/packages/Discord.InteractivityAddon.Labs) package which implements some of the features added in Discord.Net-Labs. @@ -16,6 +33,7 @@ Setting up labs in your project is really simple, here's how to do it: 3) Enjoy! ## Branches + ### Dev This branch is kept up to date with dnets dev branch. we pull of it to ensure that labs will work with pre existing dnet code.