Discord.Anarchy
0.8.2.2
See the version list below for details.
dotnet add package Discord.Anarchy --version 0.8.2.2
NuGet\Install-Package Discord.Anarchy -Version 0.8.2.2
<PackageReference Include="Discord.Anarchy" Version="0.8.2.2" />
paket add Discord.Anarchy --version 0.8.2.2
#r "nuget: Discord.Anarchy, 0.8.2.2"
// Install Discord.Anarchy as a Cake Addin #addin nuget:?package=Discord.Anarchy&version=0.8.2.2 // Install Discord.Anarchy as a Cake Tool #tool nuget:?package=Discord.Anarchy&version=0.8.2.2
About
Anarchy is an open source Discord API wrapper. It has REST, Gateway and media (although live streaming functionality is limited) support, including user-only functions, making it the most capable wrapper by a long shot.
Documentation
Examples can be found in the .\Examples
folder.
Documentation and a tutorial can be found here.
Source Code
Source code is available on github.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net6.0
- Leaf.xNet (>= 5.2.10)
- Microsoft.Maui.Graphics (>= 6.0.403)
- Newtonsoft.Json (>= 13.0.1)
- websocketsharp.core (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Ported to .NET 6.0!
`MessageProperties` supports 1..n file attachments, which can be any file from the file system, a `DiscordImage`, or anything that can be converted to a `DiscordAttachmentFile`
Uses latest standard Visual Studio .gitignore from:
https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
Dependency changes:
- System.Drawing.Common > Microsoft.Maui.Graphics
- websocket-sharp > websocketsharp.core
Dependency upgrades:
- Newtonsoft.Json 12.0.3 > 13.0.1
- YoutubeExplode 6.0.2 > 6.1.2