Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
3 years ago | |
---|---|---|
.github | 4 years ago | |
azure | 3 years ago | |
docs | 3 years ago | |
experiment | 7 years ago | |
samples | 3 years ago | |
src | 3 years ago | |
test | 3 years ago | |
.editorconfig | 7 years ago | |
.gitattributes | 10 years ago | |
.gitignore | 4 years ago | |
CHANGELOG.md | 3 years ago | |
CONTRIBUTING.md | 7 years ago | |
Discord.Net.code-workspace | 7 years ago | |
Discord.Net.sln | 4 years ago | |
Discord.Net.sln.DotSettings | 7 years ago | |
Discord.Net.targets | 3 years ago | |
FAQ.md | 3 years ago | |
LICENSE | 4 years ago | |
README.md | 3 years ago | |
StyleAnalyzer.targets | 4 years ago | |
azure-pipelines.yml | 3 years ago | |
stylecop.json | 4 years ago |
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
Playwo's InteractivityAddon
<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:
What Discord.NET-labs has that Discord.NET does not:
Major changes
Minor changes
TimestampTag
.Hierarchy
a IGuildUser
property.Name
property to teams.NsfwLevel
to Guilds.Emoji
for parsing.CurrentUserId
in sharded clients being null.GuildPermissions.All
.RatelimitCallback
to RequestOptions
.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.
No Description
C#