From 72d0470600c20ad34c0ddf5311bc43a59f9c28c9 Mon Sep 17 00:00:00 2001 From: Quin Lynch <49576606+quinchs@users.noreply.github.com> Date: Sat, 29 May 2021 07:15:26 -0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8e2b5fe02..f9b8049c6 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,15 @@ 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 +## Known issues +Labs will not work with Playwo's [InteractivityAddon](https://github.com/Playwo/Discord.InteractivityAddon). The reason is that his package depends on the base discord.net lib, you can get around this by cloning his repo and building it with discord.net labs instead of discord.net. + +## How to use +Setting up labs in your project is really simple, here's how to do it: +1) Remove Discord.Net from your project +2) Add Discord.Net Labs nuget to your project +3) Enjoy! + ## Branches ### Dev The main branch we pull off of to introduce new features into, the dev branch is the same as Discord.Nets dev branch