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
- 📄 Documentation
- 🔗 Support
- 📚 Guides
- If this library benefits you consider sponsoring the project as it really helps out. Only sponsor if you're financially stable!
-
Playwo's InteractivityAddon
- ❌ Reason: The default package depends on Discord.NET instead of labs.
- ✔ Fix: InteractivityAddon.Labs, which implements some of the features added in Discord.Net-Labs.
-
- ❌ Reason: Victoria is built around Discord.NET and is not supported by labs.
- ✔ Fix: A custom build based on Discord.NET-labs:
<PropertyGroup>
<RestoreAdditionalProjectSources>https://www.myget.org/F/yucked/api/v3/index.json</RestoreAdditionalProjectSources>
</PropertyGroup>
Setting up labs in your project is really simple, here's how to do it:
- Remove Discord.Net from your project
- Add Discord.Net Labs nuget to your project
- That's all!
What Discord.NET-labs has that Discord.NET does not:
-
Major changes
- Interaction Support.
- Application commands (slash, user, message).
- Message Components (buttons, select menus).
- Thread Channels.
- Stage Channels.
- Guild Events.
- Revamped Stickers.
-
Minor changes
- Added
TimestampTag
. - Made
Hierarchy
aIGuildUser
property. - Changes embed discription length to 4096.
- Added
Name
property to teams. - Added url validation to embeds.
- Added
NsfwLevel
to Guilds. - Added helpers to
Emoji
for parsing. - Fixed gateway serialization to include nulls.
- Added banner and accent color to guild users.
- Fixed
CurrentUserId
in sharded clients being null. - Fixed Guild owner and Admin
GuildPermissions.All
. - Added
RatelimitCallback
toRequestOptions
.
- Added
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.
This branch is what will be pushed to nuget, sometimes its not up to date as we wait for other features to be finished.
This branch is on pause and does not work currently, There is a pull request open to implement a working version of a slash command service. It can be found here
These branches are features for new things, you are more than welcome to clone them and give feedback in the discord server or issues tab.