Discord.Net.Interactions 3.14.1

dotnet add package Discord.Net.Interactions --version 3.14.1
NuGet\Install-Package Discord.Net.Interactions -Version 3.14.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Discord.Net.Interactions" Version="3.14.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Discord.Net.Interactions --version 3.14.1
#r "nuget: Discord.Net.Interactions, 3.14.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Discord.Net.Interactions as a Cake Addin
#addin nuget:?package=Discord.Net.Interactions&version=3.14.1

// Install Discord.Net.Interactions as a Cake Tool
#tool nuget:?package=Discord.Net.Interactions&version=3.14.1

Discord.Net

Discord.Net is an unofficial .NET API Wrapper for the Discord API (https://discord.com/developers/docs/intro).

📄 Documentation

Feedback

You report issues with the library by opening an issue in our GitHub Repository

If you need help with using Discord.Net check out the following:

📥 Installation

Stable (NuGet)

Our stable builds available from NuGet through the Discord.Net metapackage:

The individual components may also be installed from NuGet:

Unstable

Nightly builds are available through our MyGet feed (https://www.myget.org/F/discord-net/api/v3/index.json). These builds target the dev branch.

🩷 Supporting Discord.Net

Discord.Net is an MIT-licensed open source project with its development made possible entirely by volunteers. If you'd like to support our efforts financially, please consider:

🛑 Known Issues

WebSockets (Win7 and earlier)

.NET Core 1.1 does not support WebSockets on Win7 and earlier. This issue has been fixed since the release of .NET Core 2.1. It is recommended to target .NET Core 2.1 or above for your project if you wish to run your bot on legacy platforms; alternatively, you may choose to install the Discord.Net.Providers.WS4Net package.

TLS on .NET Framework.

Discord supports only TLS1.2+ on all their websites including the API since 07/19/2022. .NET Framework does not support this protocol by default. If you depend on .NET Framework, it is suggested to upgrade your project to net6-windows. This framework supports most of the windows-only features introduced by fx, and resolves startup errors from the TLS protocol mismatch.

🗃️ Versioning Guarantees

This library generally abides by Semantic Versioning. Packages are published in MAJOR.MINOR.PATCH version format.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Discord.Net.Interactions:

Package Downloads
Discord.Net

An asynchronous API wrapper for Discord. This metapackage includes all of the optional Discord.Net components.

Discord.Addons.Hosting

Simplifying Discord.Net hosting with .NET Generic Host (Microsoft.Extensions.Hosting)

Discord.Net.Extensions

An extensions package for Discord.Net. Introduces a number of functions for Interactions, Rest, Websocket, Core and more.

OnSive.Core.Discord The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

Discord.Net.Extensions.Interactions

Package Description

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Discord.Net.Interactions:

Repository Stars
discord-net/Discord.Net
An unofficial .Net wrapper for the Discord API (https://discord.com/)
angelobreuer/Lavalink4NET
Lavalink4NET is a Lavalink wrapper with node clustering, caching and custom players for .NET with support for Discord.Net, DSharpPlus, Remora, and NetCord.
thomasloupe/Slackord
Slackord is an application that allows you to migrate Slack messages into a Discord server.
Version Downloads Last updated
3.14.1 11,024 3/18/2024
3.14.0 491 3/18/2024
3.13.1 19,583 2/11/2024
3.13.0 51,154 11/18/2023
3.12.0 85,633 8/10/2023
3.11.0 41,702 6/27/2023
3.10.0 91,074 3/27/2023
3.9.0 95,187 12/23/2022
3.8.1 94,057 9/14/2022
3.8.0 22,392 8/28/2022
3.7.2 162,199 6/2/2022
3.7.1 84,625 5/27/2022
3.7.0 7,571 5/24/2022
3.6.1 249,296 4/30/2022
3.6.0 3,428 4/28/2022
3.5.0 116,288 4/5/2022
3.4.1 28,379 3/9/2022
3.4.0 9,306 3/3/2022
3.3.2 14,107 2/16/2022
3.3.1 2,396 2/16/2022
3.3.0 8,719 2/9/2022
3.2.1 9,999 1/30/2022
3.2.0 38,277 1/15/2022
3.1.0 19,015 12/24/2021
3.0.0 10,738 12/19/2021