https://github.com/Discord-Net-Labs/Discord.Net-Labs
An experimental fork of Discord.Net that implements the newest discord features for testing and development to eventually get merged into Discord.Net
https://github.com/Discord-Net-Labs/Discord.Net-Labs
discord discord-net discord-net-labs
Last synced: about 1 month ago
JSON representation
An experimental fork of Discord.Net that implements the newest discord features for testing and development to eventually get merged into Discord.Net
- Host: GitHub
- URL: https://github.com/Discord-Net-Labs/Discord.Net-Labs
- Owner: Discord-Net-Labs
- License: mit
- Archived: true
- Created: 2021-05-11T22:46:49.000Z (almost 4 years ago)
- Default Branch: release/3.x
- Last Pushed: 2022-04-19T17:55:53.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T14:45:32.691Z (6 months ago)
- Topics: discord, discord-net, discord-net-labs
- Language: C#
- Homepage: https://labs.discordnet.dev
- Size: 35.4 MB
- Stars: 156
- Watchers: 5
- Forks: 42
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- discord-api-libs - Discord.Net-Labs - An experimental fork of Discord.Net that implements the newest discord features for testing and development to eventually get merged into Discord.Net (Libraries / C#)
README
![]()
## What is labs?
Discord.NET Labs is an experimental branch of [Discord.NET](https://github.com/discord-net/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----
- 📢 [Main repository](https://github.com/discord-net/Discord.Net)
- 📄 [Documentation](https://labs.discordnet.dev)
- 🔗 [Support](https://discord.com/invite/dnet)
- 📚 [Guides](https://labs.discordnet.dev/guides/introduction/intro.html)## Sponsor us! ❤
- If this library benefits you consider sponsoring us through [Open Collective](
opencollective.com/discordnet), [Github Sponsors](https://github.com/sponsors/quinchs), or [Paypal](https://www.paypal.com/paypalme/quinchs). Your financial contributions help us pay for Discord.Net related services like our doc hosts. *Only sponsor if you're financially stable!*## Known compatibility issues
- Playwo's [InteractivityAddon](https://www.nuget.org/packages/Discord.InteractivityAddon)
* ❌ Reason: The default package depends on Discord.NET instead of labs.
* ✔ Fix: [InteractivityAddon.Labs](https://www.nuget.org/packages/Discord.InteractivityAddon.Labs), which implements some of the features added in Discord.Net-Labs.## 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) That's all!> Additional installation info can be found [here](https://labs.discordnet.dev/guides/getting_started/labs.html).
## 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.### release/3.x
This branch is what will be pushed to nuget, sometimes its not up to date as we wait for other features to be finished.### feature/xyz
These branches are features for new things, you are more than welcome to clone them and give feedback in the [discord server](https://discord.com/invite/dnet) or issues tab.